update wfa,

minor style fix
This commit is contained in:
2025-10-02 22:03:23 +00:00
parent 118b7dac53
commit e0c7a53d85
3 changed files with 3 additions and 3 deletions

View File

@@ -21,10 +21,10 @@ func Run(configPath *string) {
html := common.MinifyStatic(m, web.Templates)
common.TMPL = common.LoadHTMLToGin(router, html)
router.GET("/account", routes.HandleGETAccount)
router.GET("/", routes.HandleGETIndex)
router.GET("/index", routes.HandleGETIndex)
router.GET("/index/instances", routes.HandleGETInstancesFragment)
router.GET("/account", routes.HandleGETAccount)
router.GET("/config", routes.HandleGETConfig)
router.GET("/config/volumes", routes.HandleGETConfigVolumesFragment)
router.GET("/config/nets", routes.HandleGETConfigNetsFragment)

File diff suppressed because one or more lines are too long

Binary file not shown.