Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02c5e9c7e8 |
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user