Fix oauth callback for arcgis to be under oauth prefix

That way it gets through the Vite proxy.
This commit is contained in:
Eli Ribble 2026-04-14 23:43:53 +00:00
parent 659df00cc9
commit 8ebcff7390
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -209,5 +209,5 @@ func Parse() (err error) {
}
func ArcGISOauthRedirectURL() string {
return MakeURLNidus("/arcgis/oauth/callback")
return MakeURLNidus("/oauth/arcgis/callback")
}