diff options
| -rw-r--r-- | controller.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.cxx b/controller.cxx index e50dc38..60dd05e 100644 --- a/controller.cxx +++ b/controller.cxx @@ -18,7 +18,7 @@ Controller::Controller(QObject* parent)  	file.copy(path);  #endif  	using RTClient::Client; -	auto client = new Client{"https://darapsa.co.id/rt" +	auto client = new Client{"https://rt.darapsa.co.id"  #ifdef ANDROID  		, path.toLatin1().constData()  #endif  |