Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-10-11 12:43:01 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
595f068840349535b2894392f183d0b3667556fe
595f0688
2 parents
9b7e91fb
16d9a5cb
Merge branch 'server' into web
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/src/api/manage/index.js
server/src/api/manage/index.js
View file @
595f068
...
...
@@ -17,7 +17,7 @@ manage.get('/doctor', manageCtrl.getDoctorRegReqList);
* url : http://localhost:4000/api/manage/doctor/sec
* return : doctor request List
*/
manage
.
get
(
'/doctor/sec'
,
manageCtrl
.
getDoctorSecReqList
);
manage
.
get
(
'/doctor/sec
ession
'
,
manageCtrl
.
getDoctorSecReqList
);
/**
* 의사 회원가입 요청을 한 특정 회원의 상세정보 확인
...
...
Please
register
or
login
to post a comment