summaryrefslogtreecommitdiff
path: root/sw-ui/src/setupProxy.js
diff options
context:
space:
mode:
Diffstat (limited to 'sw-ui/src/setupProxy.js')
-rw-r--r--sw-ui/src/setupProxy.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw-ui/src/setupProxy.js b/sw-ui/src/setupProxy.js
deleted file mode 100644
index 88831e6e..00000000
--- a/sw-ui/src/setupProxy.js
+++ /dev/null
@@ -1,8 +0,0 @@
-const proxy = require('http-proxy-middleware');
-
-module.exports = function(app) {
- app.use(proxy('/seven-wonders-websocket', {
- "target": "http://localhost:8080",
- "ws": true
- }));
-};
bgstack15