feat: update to production server url.

This commit is contained in:
2022-02-14 17:56:30 +08:00
parent 7da5790eb2
commit 14d1f2efd8
+2 -2
View File
@@ -1,7 +1,7 @@
class Apis {
static const apiScheme = 'http';
static const apiHost = 'home.debuggerx.com';
static const apiPort = 30000;
static const apiHost = 'dgm_api.debuggerx.com';
static const apiPort = 3000;
static const appNewVersionUrl = 'https://www.debuggerx.com/2022/01/21/dgm-changelog?from=app';