Skip to content

Commit

Permalink
Revert "Remove trailing slashes from paths"
Browse files Browse the repository at this point in the history
This reverts commit 10830e9.
  • Loading branch information
canvural committed Nov 27, 2020
1 parent 10830e9 commit 64fd952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TOMP-API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ security:
- OpenId: []

paths:
/plannings:
/plannings/:
parameters:
- $ref: "#/components/parameters/acceptLanguage"
- $ref: "#/components/parameters/api"
Expand Down Expand Up @@ -146,7 +146,7 @@ paths:
"410":
$ref: "#/components/responses/410Gone"

/bookings:
/bookings/:
parameters:
- $ref: "#/components/parameters/acceptLanguage"
- $ref: "#/components/parameters/api"
Expand Down

0 comments on commit 64fd952

Please sign in to comment.