Skip to content

Commit

Permalink
fix(openapi): corret path events/current
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy PLANCKEEL committed Aug 1, 2022
1 parent 30471ec commit aed15c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const docTemplate = `{
}
}
},
"/api/v1/events/current/": {
"/api/v1/events/current": {
"get": {
"description": "Get current prescaling Event",
"consumes": [
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}
}
},
"/api/v1/events/current/": {
"/api/v1/events/current": {
"get": {
"description": "Get current prescaling Event",
"consumes": [
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ paths:
summary: Update a prescaling Event by name
tags:
- prescalingevent
/api/v1/events/current/:
/api/v1/events/current:
get:
consumes:
- application/json
Expand Down

0 comments on commit aed15c7

Please sign in to comment.