dajeong
07-31
240731 정다정 controller POST 변경
@db8e809207e67f08fc2fdf0055929d3bd7c70178
--- src/main/java/com/takensoft/ai_lms/lms/classes/web/ClassController.java
+++ src/main/java/com/takensoft/ai_lms/lms/classes/web/ClassController.java
... | ... | @@ -149,7 +149,7 @@ |
149 | 149 |
* |
150 | 150 |
* 반 삭제 |
151 | 151 |
*/ |
152 |
- @DeleteMapping("/deleteClass.json") |
|
152 |
+ @PostMapping("/deleteClass.json") |
|
153 | 153 |
@Operation(summary = "반 삭제") |
154 | 154 |
public String deleteClass(@RequestBody Map<String, Object> params) throws Exception{ |
155 | 155 |
Gson gson = new Gson(); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?