ci test
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 31s

This commit is contained in:
alu
2026-07-30 19:05:11 +00:00
parent ffa58e4218
commit d0db41efe0
+1 -1
View File
@@ -42,7 +42,7 @@ func Run() {
router.GET("/settings", routes.HandleGETSettings) router.GET("/settings", routes.HandleGETSettings)
// run on all interfaces with port // run on all interfaces with port
log.Fatal("[ERR ] starting gin router: ", router.Run(fmt.Sprintf("0.0.0.0:%d", common.Global.Port))) log.Fatal("[ERR ] starting gin router:1 ", router.Run(fmt.Sprintf("0.0.0.0:%d", common.Global.Port)))
} }
// setup static resources under web (css, images, modules, scripts) // setup static resources under web (css, images, modules, scripts)