rename instance to config,

simplify resource-chart code
This commit is contained in:
2025-04-02 20:39:38 +00:00
parent add58d849e
commit bd0387976f
12 changed files with 14 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ func Run() {
router.GET("/account.html", routes.HandleGETAccount)
router.GET("/", routes.HandleGETIndex)
router.GET("/index.html", routes.HandleGETIndex)
router.GET("/instance.html", routes.HandleGETInstance)
router.GET("/config.html", routes.HandleGETConfig)
router.GET("/login.html", routes.HandleGETLogin)
router.GET("/settings.html", routes.HandleGETSettings)