diff --git a/Step/wwwroot/config.development.json b/Step/wwwroot/config.development.json index 39365882..ff1cd9ed 100644 --- a/Step/wwwroot/config.development.json +++ b/Step/wwwroot/config.development.json @@ -2,6 +2,6 @@ "env": "production", "api": { "enabled": true, - "apiServerUrl": "http://192.168.1.89:9000" + "apiServerUrl": "http://localhost:9000" } } \ No newline at end of file