fix: correct swagger for ping
This commit is contained in:
parent
c416b40d00
commit
36c614c483
|
@ -118,8 +118,8 @@ paths:
|
|||
responses:
|
||||
'200':
|
||||
description: Password reset successfully
|
||||
/api/auth/pong:
|
||||
get:
|
||||
/api/auth/ping:
|
||||
post:
|
||||
summary: Auth check endpoint
|
||||
responses:
|
||||
'200':
|
||||
|
|
Loading…
Reference in New Issue