master
parent
a77a085c1f
commit
4e7cc26d8a
@ -1,2 +0,0 @@
|
||||
/log/*
|
||||
/config/*
|
@ -1 +0,0 @@
|
||||
!.gitignore
|
@ -1,25 +0,0 @@
|
||||
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
|
||||
|
||||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
|
||||
- using env: export GIN_MODE=release
|
||||
- using code: gin.SetMode(gin.ReleaseMode)
|
||||
|
||||
[GIN-debug] Loaded HTML Templates (3):
|
||||
-
|
||||
- index.html
|
||||
- index.tpl
|
||||
|
||||
[GIN-debug] GET /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers)
|
||||
[GIN-debug] HEAD /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers)
|
||||
[GIN-debug] GET /user/list --> gowebsocket/controllers/user.List (3 handlers)
|
||||
[GIN-debug] GET /user/online --> gowebsocket/controllers/user.Online (3 handlers)
|
||||
[GIN-debug] POST /user/sendMessage --> gowebsocket/controllers/user.SendMessage (3 handlers)
|
||||
[GIN-debug] POST /user/sendMessageAll --> gowebsocket/controllers/user.SendMessageAll (3 handlers)
|
||||
[GIN-debug] GET /system/state --> gowebsocket/controllers/systems.Status (3 handlers)
|
||||
[GIN-debug] GET /home/index --> gowebsocket/controllers/home.Index (3 handlers)
|
||||
[GIN-debug] GET /rtc/get_token --> gowebsocket/controllers/rtc.GetToken (3 handlers)
|
||||
[GIN-debug] GET /docker/run --> gowebsocket/controllers/docker.Run (3 handlers)
|
||||
[GIN] 2021/11/23 - 15:06:15 | 404 | 2.762µs | 127.0.0.1 | GET "/"
|
||||
[GIN] 2021/11/23 - 15:06:21 | 200 | 1.775252ms | 127.0.0.1 | GET "/home/index"
|
||||
[GIN] 2021/11/23 - 15:06:21 | 200 | 12.021807ms | 127.0.0.1 | GET "/static/js/jquery-2.1.4.min.js"
|
||||
[GIN] 2021/11/23 - 15:06:22 | 200 | 5.363419ms | 127.0.0.1 | GET "/user/list?appId=101"
|
Loading…
Reference in new issue