Skip to content

Commit 067f157

Browse files
docs: remove api from api path in documentation
1 parent 156f144 commit 067f157

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/openapi/openapi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tags:
2222

2323
paths:
2424

25-
/api/users/{userId}:
25+
/users/{userId}:
2626
get:
2727
tags:
2828
- User API
@@ -65,7 +65,7 @@ paths:
6565
'404':
6666
description: User not found
6767

68-
/api/users/:
68+
/users/:
6969
post:
7070
tags:
7171
- User API
@@ -85,7 +85,7 @@ paths:
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

0 commit comments

Comments
 (0)