Skip to content

Commit

Permalink
fix(core): just get method allow
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 26, 2023
1 parent 8425f1e commit 41cb2e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if ($request_method !~ ^(GET|HEAD|POST)$ ) {
if ($request_method !~ ^GET$ ) {
return 405;
}

0 comments on commit 41cb2e5

Please sign in to comment.