docs: fix path
This commit is contained in:
parent
037acbe128
commit
3466a4b4c5
@ -5,7 +5,7 @@ info:
|
|||||||
description: API for handling staff and user login, registration, and subscription plan creation.
|
description: API for handling staff and user login, registration, and subscription plan creation.
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
/api/staff/login:
|
/staff/login:
|
||||||
post:
|
post:
|
||||||
summary: Login for staff
|
summary: Login for staff
|
||||||
requestBody:
|
requestBody:
|
||||||
@ -29,7 +29,7 @@ paths:
|
|||||||
"400":
|
"400":
|
||||||
description: Bad request
|
description: Bad request
|
||||||
|
|
||||||
/api/staff/register:
|
/staff/register:
|
||||||
post:
|
post:
|
||||||
summary: Register a new staff member
|
summary: Register a new staff member
|
||||||
requestBody:
|
requestBody:
|
||||||
@ -55,7 +55,7 @@ paths:
|
|||||||
"409":
|
"409":
|
||||||
description: Conflict (email already registered)
|
description: Conflict (email already registered)
|
||||||
|
|
||||||
/api/user/login:
|
/user/login:
|
||||||
post:
|
post:
|
||||||
summary: Login for user
|
summary: Login for user
|
||||||
requestBody:
|
requestBody:
|
||||||
@ -79,7 +79,7 @@ paths:
|
|||||||
"400":
|
"400":
|
||||||
description: Bad request
|
description: Bad request
|
||||||
|
|
||||||
/api/user/register:
|
/user/register:
|
||||||
post:
|
post:
|
||||||
summary: Register a new user
|
summary: Register a new user
|
||||||
requestBody:
|
requestBody:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user