From 02c5e9c7e85c48ef98cf365c8110813e7804fe9c Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 30 Jul 2026 19:01:22 +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..d8230d2 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 router1: ", router.Run(fmt.Sprintf("0.0.0.0:%d", common.Global.Port))) } // setup static resources under web (css, images, modules, scripts)