This commit is contained in:
cdle
2021-10-12 09:40:53 +08:00
parent 9cad54a90f
commit c54107e465
+1
View File
@@ -17,5 +17,6 @@ func RunServer() {
Server.GET("/", func(c *gin.Context) {
c.String(200, Tail)
})
gin.SetMode(gin.ReleaseMode)
Server.Run(":" + sillyGirl.Get("port", "8080"))
}