Forward from the notification URL to the oauth flow

This commit is contained in:
Eli Ribble 2025-11-12 21:27:51 +00:00
parent 1fd407681e
commit 390e5120e1
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -64,6 +64,7 @@ func main() {
r.Get("/arcgis/oauth/begin", getArcgisOauthBegin)
r.Get("/arcgis/oauth/callback", getArcgisOauthCallback)
r.Get("/qr-code/report/{code}", getQRCodeReport)
r.Get("/oauth/refresh", getOAuthRefresh)
r.Get("/phone-call", getPhoneCall)
r.Get("/report", getReport)
r.Get("/report/{code}", getReportDetail)