revert proxy from test to localhost
parent
545f320c
No related branches found
No related tags found
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"name": "ce-deploy-ui", | "name": "ce-deploy-ui", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"proxy": "https://ce-deploy-test.cslab.esss.lu.se/", | "proxy": "http://localhost:8080", | ||
"dependencies": { | "dependencies": { | ||
"@ahooksjs/use-url-state": "^3.5.0", | "@ahooksjs/use-url-state": "^3.5.0", | ||
"@emotion/react": "^11.11.1", | "@emotion/react": "^11.11.1", | ||
... | ... |
Please register or sign in to comment