Fix latency url

This commit is contained in:
Seth Call 2024-09-29 11:24:39 -05:00
parent 0c2102b308
commit 7dbd061a86
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ module JamRuby
private
def self.latency_url
"#{APP_CONFIG.latency_data_host}/client#"
"#{APP_CONFIG.latency_data_host}/search_users"
end
end
end