diff --git a/AS-Editor/config/config.js b/AS-Editor/config/config.js index 0dc647b..d3f12af 100644 --- a/AS-Editor/config/config.js +++ b/AS-Editor/config/config.js @@ -1,4 +1,4 @@ window.global_config = { - BASE_URL: '/api/', + BASE_URL: 'http://api.aseditor.fun/', NODE_ENV: 'prd', }