-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogFile.log
More file actions
27 lines (26 loc) · 1.87 KB
/
logFile.log
File metadata and controls
27 lines (26 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[GIN-debug] GET /css/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (2 handlers)
[GIN-debug] HEAD /css/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (2 handlers)
[GIN-debug] GET /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (2 handlers)
[GIN-debug] HEAD /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (2 handlers)
[GIN-debug] Loaded HTML Templates (7):
- 404.html
- content-list5.html
- index.html
- navbar1.html
- result.html
- sign-in5.html
-
[GIN-debug] PATCH /v1/update/:name --> prodImage/service.UpdateImage (2 handlers)
[GIN-debug] POST /v1/upload --> prodImage/service.UploadImage (2 handlers)
[GIN-debug] GET /v1/get/:name --> prodImage/service.GetImage (2 handlers)
[GIN-debug] GET /v1/getall --> prodImage/service.GetAllImage (2 handlers)
[GIN-debug] GET /v1/home --> prodImage/service.GetHome (2 handlers)
[GIN-debug] GET /v1/download/:name --> prodImage/service.DownloadImage (2 handlers)
[GIN-debug] DELETE /v1/delete/:name --> prodImage/service.DeleteImage (2 handlers)
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :8080
[GIN] 2024/07/20 - 22:58:26 | 200 | 2.4116ms | ::1 | GET "/v1/home"
[GIN] 2024/07/20 - 22:58:26 | 304 | 0s | ::1 | GET "/css/page.css"
[GIN] 2024/07/20 - 22:58:26 | 304 | 515.1µs | ::1 | GET "/css/style.css"
[GIN] 2024/07/20 - 22:59:49 | 200 | 13.7842ms | ::1 | GET "/v1/home"