Support iOS platform

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-22 18:58:51 +08:00
parent d9559203a3
commit a207b6642f
8 changed files with 114 additions and 86 deletions
+1 -1
View File
@@ -102,5 +102,5 @@ func main() {
ctx.HTML(http.StatusOK, "manga.tmpl", gin.H{})
})
r.Run(":8080") // listen and serve on 0.0.0.0:8080 (for windows "localhost:8080")
r.Run(":80") // listen and serve on 0.0.0.0:8080 (for windows "localhost:8080")
}