mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-19 07:38:57 +08:00
fix typo
This commit is contained in:
parent
0f1b95a8e2
commit
b3dd41bb31
@ -107,7 +107,7 @@ func (p *LogFormatterParams) MethodColor() string {
|
|||||||
return yellow
|
return yellow
|
||||||
case http.MethodDelete:
|
case http.MethodDelete:
|
||||||
return red
|
return red
|
||||||
case http.Patch:
|
case http.MethodPatch:
|
||||||
return green
|
return green
|
||||||
case http.MethodHead:
|
case http.MethodHead:
|
||||||
return magenta
|
return magenta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user