PUT DELETE 지원

This commit is contained in:
hsoh
2023-03-03 15:39:19 +07:00
parent 5cb6663074
commit fa18404799
2 changed files with 21 additions and 3 deletions
@@ -39,7 +39,6 @@ public class ApiInfo implements Serializable {
@Column(length = 100)
private String serviceValue;
@NotBlank
@Column(length = 10)
private String method;