File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ func main() {
33
33
r .HandleFunc ("/pagination/limitoffset/page" , pagination .HandleLimitOffsetPage ).Methods (http .MethodGet , http .MethodPut )
34
34
r .HandleFunc ("/pagination/limitoffset/offset" , pagination .HandleLimitOffsetOffset ).Methods (http .MethodGet , http .MethodPut )
35
35
r .HandleFunc ("/pagination/cursor" , pagination .HandleCursor ).Methods (http .MethodGet , http .MethodPut )
36
- r .HandleFunc ("/retries" , retries .HandleRetries ).Methods (http .MethodGet )
36
+ r .HandleFunc ("/retries" , retries .HandleRetries ).Methods (http .MethodGet , http . MethodPost )
37
37
r .HandleFunc ("/errors/{status_code}" , errors .HandleErrors ).Methods (http .MethodGet )
38
38
r .HandleFunc ("/optional" , acceptHeaders .HandleAcceptHeaderMultiplexing ).Methods (http .MethodGet )
39
39
r .HandleFunc ("/readonlyorwriteonly" , readonlywriteonly .HandleReadOrWrite ).Methods (http .MethodPost )
You can’t perform that action at this time.
0 commit comments