mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Fixed routing issue for periods (#2162)
This commit is contained in:
parent
db6146a25c
commit
ec142a1031
1 changed files with 3 additions and 1 deletions
|
|
@ -70,7 +70,9 @@ const config = {
|
|||
new MonacoWebpackPlugin(),
|
||||
],
|
||||
devServer: {
|
||||
historyApiFallback: true,
|
||||
historyApiFallback: {
|
||||
disableDotRule: true
|
||||
},
|
||||
port: 4000,
|
||||
proxy: {
|
||||
'/api': proxyConf,
|
||||
|
|
|
|||
Loading…
Reference in a new issue