fix: correct swagger for ping

This commit is contained in:
Derrick Hammer 2024-03-13 12:30:31 -04:00
parent c416b40d00
commit 36c614c483
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -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':