Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -17,7 +17,7 @@ manage.get('/doctor', manageCtrl.getDoctorRegReqList); | ... | @@ -17,7 +17,7 @@ manage.get('/doctor', manageCtrl.getDoctorRegReqList); |
17 | * url : http://localhost:4000/api/manage/doctor/sec | 17 | * url : http://localhost:4000/api/manage/doctor/sec |
18 | * return : doctor request List | 18 | * return : doctor request List |
19 | */ | 19 | */ |
20 | - manage.get('/doctor/sec', manageCtrl.getDoctorSecReqList); | 20 | + manage.get('/doctor/secession', manageCtrl.getDoctorSecReqList); |
21 | 21 | ||
22 | /** | 22 | /** |
23 | * 의사 회원가입 요청을 한 특정 회원의 상세정보 확인 | 23 | * 의사 회원가입 요청을 한 특정 회원의 상세정보 확인 | ... | ... |
-
Please register or login to post a comment