diff --git a/staticwebapp.config.json b/staticwebapp.config.json index f4f12495..bc1ad3d0 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -2,6 +2,7 @@ "routes": [ { "route": "/login/*", + "methods": ["GET","HEAD","POST","OPTIONS"], "rewrite": "index.html" } ],