This commit is contained in:
faiz 2024-10-21 09:10:58 +08:00
parent 67c21995dd
commit fe4d817b42
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ type ServiceEnv = Record<ServiceEnvType, ServiceEnvConfig>
const serviceEnv: ServiceEnv = { const serviceEnv: ServiceEnv = {
dev: { dev: {
url: 'http://localhost:8080', url: 'http://192.168.0.100:8787',
json: 'http://localhost:8080', json: 'http://localhost:8080',
}, },
test: { test: {