Show actual information on oauth integration setting page
This commit is contained in:
parent
e475e43fef
commit
bdd862e649
14 changed files with 156 additions and 21 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue