Compare commits

...

2 Commits

Author SHA1 Message Date
debuggerx d77b200d52 Merge pull request 'add app version seed.' (#9) from dev into master
Reviewed-on: #9
2022-01-12 10:45:49 +00:00
debuggerx 0f741d9ca8 wip: add app version seed. 2022-01-12 18:45:14 +08:00
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ void main(List<String> args) async {
DownloadHistoryMigration(),
LikeRecordMigration(),
AppVersionMigration(),
AppVersionSeed(),
]);
await runMigrations(migrationRunner, args);
}
+2 -2
View File
@@ -1,7 +1,7 @@
class Apis {
static const apiScheme = 'http';
static const apiHost = '127.0.0.1';
static const apiPort = 3000;
static const apiHost = 'home.debuggerx.com';
static const apiPort = 30000;
static const appNewVersionUrl = 'https://www.debuggerx.com';