deployment_files

This commit is contained in:
2026-05-20 03:49:22 +00:00
parent f842ab3db2
commit 1e38c27e8e
6 changed files with 263 additions and 107 deletions

View File

@@ -23,5 +23,5 @@ class ApiConstants {
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
static const baseUrl = 'http://localhost:9292';
}
static const baseUrl ='http://157.66.191.31:43182/back';
}