This commit is contained in:
2026-02-27 14:14:01 +01:00
parent 9dabc9c946
commit 514ace22ec

View File

@@ -99,7 +99,7 @@ func main() {
})
log.Println("Server starting at http://localhost:8080")
router.Run(":8080")
router.Run("0.0.0.0:8080")
}
func ensureAdmin() {