Skip to content

Commit

Permalink
fix: 멘토 승인 엕드포인트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
beomukim committed Nov 28, 2023
1 parent 098a1a8 commit 8c92e3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@Controller
@RequiredArgsConstructor
@RequestMapping("/api/v1/admin/applications")
@RequestMapping("/admin/applications")
public class MentorApplicationController {

private final MentorService mentorService;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application-endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ endpoint:
delete: /api/v1/resumes/**
role: own_mentee
- matcher:
get: /api/v1/admin/**
post: /api/v1/admin/**
get: /admin/**
post: /admin/**
role: admin
ignores: /docs/**

0 comments on commit 8c92e3d

Please sign in to comment.