From d0db41efe0056f71b0674dbca81ce867489e5361 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 30 Jul 2026 19:05:11 +0000 Subject: [PATCH] ci test --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index aabd32e..c6d30e0 100644 --- a/app/app.go +++ b/app/app.go @@ -42,7 +42,7 @@ func Run() { router.GET("/settings", routes.HandleGETSettings) // 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)