Skip to content

Commit

Permalink
Merge pull request #96 from kloudlite/update/route-details
Browse files Browse the repository at this point in the history
added rewrite for route
  • Loading branch information
nxtcoder17 authored Feb 20, 2024
2 parents 1547189 + 2e7a1f4 commit a78a16f
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 a78a16f

Please sign in to comment.