diff --git a/src/config/env.ts b/src/config/env.ts index e14d917..c1ee71a 100644 --- a/src/config/env.ts +++ b/src/config/env.ts @@ -3,7 +3,7 @@ type ServiceEnv = Record const serviceEnv: ServiceEnv = { dev: { - url: 'http://localhost:8080', + url: 'http://192.168.0.100:8787', json: 'http://localhost:8080', }, test: {