Skip to content

Commit

Permalink
Add http-proxy-middleware (#1568)
Browse files Browse the repository at this point in the history
* Add http-proxy-middleware

* Run make node_modules to reconcile package changes

* Add app delete exp

Co-authored-by: Jordan Pellizzari <jordan@weave.works>
Co-authored-by: AlinaGoaga <goaga.alina@gmail.com>
  • Loading branch information
3 people committed Mar 2, 2022
1 parent 964af53 commit d0f4078
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 13 deletions.
67 changes: 54 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"dagre": "^0.8.5",
"dagre-d3": "^0.6.4",
"history": "^5.0.0",
"http-proxy-middleware": "^2.0.3",
"lodash": "^4.17.21",
"luxon": "^1.27.0",
"postcss": "^8.3.11",
Expand Down
2 changes: 2 additions & 0 deletions ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import ApplicationDetail from "./pages/ApplicationDetail";
import Applications from "./pages/Applications";
import OAuthCallback from "./pages/OAuthCallback";
import SignIn from "./pages/SignIn";
import ApplicationRemove from "./pages/ApplicationRemove";

export {
FeatureFlagsContextProvider,
Expand All @@ -33,6 +34,7 @@ export {
AppContextProvider,
ApplicationAdd,
ApplicationDetail,
ApplicationRemove,
Applications,
applicationsClient,
getProviderToken,
Expand Down

0 comments on commit d0f4078

Please sign in to comment.