Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Update proxying for schema service
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Apr 25, 2023
1 parent d66d27a commit 8df9893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/proxies.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function (app, apiProxy, config) {
// https://github.com/http-party/node-http-proxy/issues/180
});

app.all('/schemaservice*', ensureAuthenticated, function (req, res) {
app.all('/schema', ensureAuthenticated, function (req, res) {
apiProxy.web(req, res, { target: config.app.passCoreUrl });
});

Expand Down

0 comments on commit 8df9893

Please sign in to comment.