File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6666 # Where we need to add index.html to the path
6767 # Matches any tool name that starts with static and ends with slash
6868 statictools-index-router :
69- rule : PathRegexp(`/tools/static.*/`)
69+ rule : PathRegexp(`/tools/static.*/$ `)
7070 middlewares :
7171 # add index.html to the end
7272 - " addIndexHtml"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ http:
103103 # Where we need to add index.html to the path
104104 # Matches any tool name that starts with static and ends with slash
105105 statictools-index-router :
106- rule : PathRegexp(`/tools/static.*/`)
106+ rule : PathRegexp(`/tools/static.*/$ `)
107107 middlewares :
108108 # add index.html to the end
109109 - " addIndexHtml"
Original file line number Diff line number Diff line change 8888 # Where we need to add index.html to the path
8989 # Matches any tool name that starts with static and ends with slash
9090 statictools-index-router :
91- rule : PathRegexp(`/tools/static.*/`)
91+ rule : PathRegexp(`/tools/static.*/$ `)
9292 middlewares :
9393 # add index.html to the end
9494 - " addIndexHtml"
Original file line number Diff line number Diff line change 6666 # Where we need to add index.html to the path
6767 # Matches any tool name that starts with static and ends with slash
6868 statictools-index-router :
69- rule : PathRegexp(`/tools/static.*/`)
69+ rule : PathRegexp(`/tools/static.*/$ `)
7070 middlewares :
7171 # add index.html to the end
7272 - " addIndexHtml"
You can’t perform that action at this time.
0 commit comments