From 269d51c5c9d537af6e112b91aed452e6d7225e20 Mon Sep 17 00:00:00 2001 From: JHS Date: Mon, 27 Nov 2023 17:39:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=EB=83=85=EC=83=B7=20=EB=A9=98?= =?UTF-8?q?=ED=86=A0=20=EA=B6=8C=ED=95=9C=20=EC=98=A4=ED=94=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-endpoint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-endpoint.yml b/src/main/resources/application-endpoint.yml index d9df9ea6..dfc107c3 100644 --- a/src/main/resources/application-endpoint.yml +++ b/src/main/resources/application-endpoint.yml @@ -11,7 +11,7 @@ endpoint: delete: /api/v1/follows/* role: mentee - matcher: - get: /api/v1/mentors/*, /api/v1/mentees/*, /api/v1/user, /api/v1/resumes/**, /api/v1/results, /api/v1/mentors/*/events + get: /api/v1/mentors/*, /api/v1/mentees/*, /api/v1/user, /api/v1/resumes/**, /api/v1/results, /api/v1/mentors/*/events, /api/v1/snapshot post: /api/v1/events, /api/v1/resumes/*/reviews, /api/v1/events/*/resumes/*/comments patch: /api/v1/mentors/* role: mentor