Skip to content

Commit

Permalink
fixed indentation in read.yaml which caused tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aattiyah committed Oct 19, 2024
1 parent 276b7f3 commit 1405cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/openapi/read.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,12 +341,12 @@ paths:
'400':
description: Bad request

/api/admin/get-bug-log:
/api/admin/get-bug-log:
get:
summary: Get bug logs
description: Endpoint to get bug logs
responses:
'200':
description: Bug logs fetched successfully
description: Bug logs retrieved successfully
'400':
description: Bad request
description: Bad request

0 comments on commit 1405cc9

Please sign in to comment.