Commit 9370e2a0 authored by wildfirecode's avatar wildfirecode

1

parent e9bf211b
...@@ -9,6 +9,7 @@ class DuibaGameBuild { ...@@ -9,6 +9,7 @@ class DuibaGameBuild {
devPort: 8081, devPort: 8081,
devServerWatchOptions: {}, devServerWatchOptions: {},
proxy: { proxy: {
'/customActivity/*': 'http://localhost:3000',
'/ngapi/*': 'http://localhost:3000', '/ngapi/*': 'http://localhost:3000',
'/plugin/*': 'http://localhost:3000', '/plugin/*': 'http://localhost:3000',
'/ngame/*': 'http://localhost:3000', '/ngame/*': 'http://localhost:3000',
......
...@@ -17,5 +17,5 @@ ...@@ -17,5 +17,5 @@
"co": "^4.6.0", "co": "^4.6.0",
"progress": "^2.0.0" "progress": "^2.0.0"
}, },
"version": "0.0.8" "version": "0.0.9"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment