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