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:42:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
16d9a5cbdc69ccb77eb386a4c92286a41fec8c5e
16d9a5cb
1 parent
8cc448ef
fix. api url
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 @
16d9a5c
...
...
@@ -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