Skip to content

Commit 7c69bf5

Browse files
committed
Revert "Using the http-proxy-middleware to proxy (deephaven#180)"
This reverts commit 21663a2.
1 parent 7f558e2 commit 7c69bf5

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

packages/code-studio/.env.development

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
REACT_APP_ENABLE_LOG_PROXY=false
2-
3-
# Proxy set in src/setupProxy.js to handle CORS for other URLs
4-
# https://create-react-app.dev/docs/proxying-api-requests-in-development/
5-
2+
REACT_APP_CORE_API_URL=http://localhost:10000/jsapi
3+
REACT_APP_NOTEBOOKS_URL=http://localhost:10000/notebooks
4+
REACT_APP_LAYOUTS_URL=http://localhost:10000/layouts
65
REACT_APP_ROUTER_BASE_NAME=/
76
REACT_APP_INTERNAL_PLUGINS=ExamplePlugin
87
PORT=4000

packages/code-studio/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"cross-env": "^7.0.2",
3333
"deep-equal": "^2.0.4",
3434
"fira": "github:mozilla/fira#4.202",
35-
"http-proxy-middleware": "^2.0.1",
3635
"jquery": "^3.5.1",
3736
"jszip": "3.2.2",
3837
"lodash.clamp": "^4.0.3",

packages/code-studio/src/setupProxy.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)