diff options
Diffstat (limited to 'web/source/index.js')
-rw-r--r-- | web/source/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/index.js b/web/source/index.js index e4b2086d2..0f80ef22c 100644 --- a/web/source/index.js +++ b/web/source/index.js @@ -48,7 +48,7 @@ skulk({ }, servers: { express: { - proxy: "http://localhost:8081", + proxy: "http://127.0.0.1:8081", assets: "/assets" } }, |