Skip to content

Commit

Permalink
added rewrite for route
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder19 committed Feb 20, 2024
1 parent 1547189 commit 2e7a1f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ const Root = (props: IDialog) => {
path: r.path,
app: r.app,
port: r.port,
rewrite: r.rewrite,
})) || []),
{
path: `/${val.path}`,
app: val.app,
port: parseInt(val.port, 10),
rewrite: val.reWrite,
},
],
},
Expand Down

0 comments on commit 2e7a1f4

Please sign in to comment.