We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fdc63 commit e778568Copy full SHA for e778568
src/main/java/com/going/server/domain/graph/controller/GraphController.java
@@ -115,7 +115,7 @@ public SuccessResponse<?> addNode(
115
return SuccessResponse.empty();
116
}
117
118
- @PostMapping("/{graphId}/{nodeId}")
+ @DeleteMapping("/{graphId}/{nodeId}")
119
@Operation(summary = "노드 삭제", description = "지식 그래프에서 노드를 삭제합니다.")
120
@ApiResponses({
121
@ApiResponse(
0 commit comments