Show actual information on oauth integration setting page

This commit is contained in:
Eli Ribble 2026-02-13 21:14:46 +00:00
parent e475e43fef
commit bdd862e649
No known key found for this signature in database
14 changed files with 156 additions and 21 deletions

View file

@ -5,6 +5,7 @@ import (
)
type ContentURL struct {
OAuthRefreshArcGIS string
PoolCSVUpload string
SamplePoolCSV string
Setting string
@ -18,6 +19,7 @@ type ContentURL struct {
func newContentURL() ContentURL {
return ContentURL{
OAuthRefreshArcGIS: config.MakeURLNidus("/arcgis/oauth/begin"),
PoolCSVUpload: config.MakeURLNidus("/pool/upload"),
SamplePoolCSV: config.MakeURLNidus("/static/file/sample-pool.csv"),
Setting: config.MakeURLNidus("/setting"),