Add ArcGIS oauth refresh page
This commit is contained in:
parent
35fc57e8d1
commit
a4a8bcdaa9
4 changed files with 159 additions and 4 deletions
|
|
@ -57,6 +57,7 @@ func Router() chi.Router {
|
|||
r.Method("GET", "/configuration/user/add", authenticatedHandler(getRoot))
|
||||
r.Method("GET", "/intelligence", authenticatedHandler(getRoot))
|
||||
r.Method("GET", "/operations", authenticatedHandler(getRoot))
|
||||
r.Method("GET", "/oauth/refresh/arcgis", authenticatedHandler(getRoot))
|
||||
r.Method("GET", "/planning", authenticatedHandler(getRoot))
|
||||
r.Method("GET", "/review", authenticatedHandler(getRoot))
|
||||
r.Method("GET", "/review/pool", authenticatedHandler(getRoot))
|
||||
|
|
@ -73,7 +74,6 @@ func Router() chi.Router {
|
|||
r.Method("GET", "/layout-test", authenticatedHandler(getLayoutTest))
|
||||
r.Method("GET", "/message", authenticatedHandler(getMessageList))
|
||||
r.Method("GET", "/notification", authenticatedHandler(getNotificationList))
|
||||
r.Method("GET", "/oauth/refresh", authenticatedHandler(getOAuthRefresh))
|
||||
r.Method("GET", "/parcel", authenticatedHandler(getParcel))
|
||||
r.Method("GET", "/pool", authenticatedHandler(getPoolList))
|
||||
r.Method("GET", "/pool/create", authenticatedHandler(getPoolCreate))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue