Skip to content

Commit

Permalink
Reorder proxied routes for a better overview
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKniephoff committed May 22, 2024
1 parent 5a3aead commit 75105d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/setupProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ const { createProxyMiddleware } = require("http-proxy-middleware");
module.exports = app => {
app.use(
[
"/api",
"/admin-ng",
"/acl-manager",
"/admin-ng",
"/api",
"/info",
"/services",
"/sysinfo",
"/staticfiles",
"/sysinfo",
"/ui",
],
createProxyMiddleware({
Expand Down

0 comments on commit 75105d5

Please sign in to comment.