forked from forgejo/forgejo
parent
bab1204db4
commit
dba5d82f86
6 changed files with 94 additions and 0 deletions
|
@ -522,6 +522,7 @@ func RegisterRoutes(m *macaron.Macaron) {
|
|||
m.Group("/settings", func() {
|
||||
m.Get("/ui", settings.GetGeneralUISettings)
|
||||
m.Get("/api", settings.GetGeneralAPISettings)
|
||||
m.Get("/attachment", settings.GetGeneralAttachmentSettings)
|
||||
m.Get("/repository", settings.GetGeneralRepoSettings)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue