Skip to content

Commit

Permalink
fix: #361
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Oct 1, 2022
1 parent 2ada34a commit 416523b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/power/doc/utils/DocUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public static String handleHttpMethod(String method) {
case "MethodType.PATCH":
return "PATCH";
default:
return method;
return "GET";
}
}

Expand Down

0 comments on commit 416523b

Please sign in to comment.