summaryrefslogtreecommitdiff
path: root/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'worker.cxx')
-rw-r--r--worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.cxx b/worker.cxx
index 19ae358..071983e 100644
--- a/worker.cxx
+++ b/worker.cxx
@@ -4,7 +4,7 @@
Worker::Worker(QObject* parent) :
QObject{parent}
{
- rtclient_init();
+ rtclient_init("https://darapsa.co.id/rt");
}
void Worker::logIn(QString const& name, QString const& password)