Skip to content

Commit a37ee6f

Browse files
committed
feat: 솜커톤 참가자 모집 API 요청 URL에 somkathon 추가
1 parent e82390b commit a37ee6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dmu/dasom/api/domain/somkathon/controller/SomParticipantController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.List;
1919

2020
@RestController
21-
@RequestMapping("/api/participant")
21+
@RequestMapping("/api/somkathon/participants")
2222
@RequiredArgsConstructor
2323
public class SomParticipantController {
2424

0 commit comments

Comments
 (0)