mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-10 12:20:10 +00:00
admin: /activity pseudo-page now works
This commit is contained in:
parent
47ce8a9ec4
commit
d00f3fcfbc
@ -118,6 +118,7 @@ func (app *appContext) loadRoutes(router *gin.Engine) {
|
||||
|
||||
router.GET(p+"/accounts", app.AdminPage)
|
||||
router.GET(p+"/settings", app.AdminPage)
|
||||
router.GET(p+"/activity", app.AdminPage)
|
||||
router.GET(p+"/lang/:page/:file", app.ServeLang)
|
||||
router.GET(p+"/token/login", app.getTokenLogin)
|
||||
router.GET(p+"/token/refresh", app.getTokenRefresh)
|
||||
|
Loading…
Reference in New Issue
Block a user