Skip to content

Commit

Permalink
added missing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsAndrew-Mangix committed Feb 27, 2024
1 parent 45af348 commit 4805d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
url: http://www.apache.org/licenses/LICENSE-2.0.html
version: 1.0.3
paths:
api/search/:
/api/search/:
get:
summary: Search Opensearch database
parameters:
Expand Down Expand Up @@ -61,7 +61,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Health'
api/config/:
/api/config/:
get:
summary: Get API Configuration Information
operationId: getConfig
Expand Down

0 comments on commit 4805d79

Please sign in to comment.