File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ func (server *ApiServer) ProxyShow(response http.ResponseWriter, request *http.R
296296func (server * ApiServer ) ProxyUpdate (response http.ResponseWriter , request * http.Request ) {
297297 log := zerolog .Ctx (request .Context ())
298298 if request .Method == "POST" {
299- log .Warn ().Msg ("ProxyUpdate: HTTP method POST is depercated . Use HTTP PATCH instead." )
299+ log .Warn ().Msg ("ProxyUpdate: HTTP method POST is deprecated . Use HTTP PATCH instead." )
300300 }
301301
302302 vars := mux .Vars (request )
@@ -424,7 +424,7 @@ func (server *ApiServer) ToxicShow(response http.ResponseWriter, request *http.R
424424func (server * ApiServer ) ToxicUpdate (response http.ResponseWriter , request * http.Request ) {
425425 log := zerolog .Ctx (request .Context ())
426426 if request .Method == "POST" {
427- log .Warn ().Msg ("ToxicUpdate: HTTP method POST is depercated . Use HTTP PATCH instead." )
427+ log .Warn ().Msg ("ToxicUpdate: HTTP method POST is deprecated . Use HTTP PATCH instead." )
428428 }
429429
430430 vars := mux .Vars (request )
You can’t perform that action at this time.
0 commit comments