File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222
2323paths :
2424
25- /api/ users/{userId} :
25+ /users/{userId} :
2626 get :
2727 tags :
2828 - User API
6565 ' 404 ' :
6666 description : User not found
6767
68- /api/ users/ :
68+ /users/ :
6969 post :
7070 tags :
7171 - User API
8585 schema :
8686 $ref : ' #/components/schemas/User'
8787
88- /api/ healthprofessionals/{healthProfessionalId} :
88+ /healthprofessionals/{healthProfessionalId} :
8989 get :
9090 tags :
9191 - Health Professional API
@@ -123,7 +123,7 @@ paths:
123123 ' 404 ' :
124124 description : Health professional not found
125125
126- /api/ healthprofessionals/ :
126+ /healthprofessionals/ :
127127 post :
128128 tags :
129129 - Health Professional API
@@ -143,7 +143,7 @@ paths:
143143 schema :
144144 $ref : ' #/components/schemas/HealthProfessional'
145145
146- /api/ auth/ :
146+ /auth/ :
147147 post :
148148 tags :
149149 - Authentication API
You can’t perform that action at this time.
0 commit comments