aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/ComUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ComUtils.cpp')
-rw-r--r--src/server/ComUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ComUtils.cpp b/src/server/ComUtils.cpp
index 64810fb9..2644d40e 100644
--- a/src/server/ComUtils.cpp
+++ b/src/server/ComUtils.cpp
@@ -120,7 +120,7 @@ QString ComUtils::getUrl(ComUtils::ServiceType type) {
if (host == "localhost") protocol = "http://";
else protocol = "https://";
- auto url = protocol + host + "/";
+ auto url = protocol + host + ":9049/";
switch (type) {
case GetServiceToken: