From aed15c7bf5f735b367aee4541b940093d631b667 Mon Sep 17 00:00:00 2001 From: Jeremy PLANCKEEL Date: Mon, 1 Aug 2022 15:05:30 +0200 Subject: [PATCH] fix(openapi): corret path events/current --- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 62444de..89e58d8 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -86,7 +86,7 @@ const docTemplate = `{ } } }, - "/api/v1/events/current/": { + "/api/v1/events/current": { "get": { "description": "Get current prescaling Event", "consumes": [ diff --git a/docs/swagger.json b/docs/swagger.json index 5a54cc6..4b02a62 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -77,7 +77,7 @@ } } }, - "/api/v1/events/current/": { + "/api/v1/events/current": { "get": { "description": "Get current prescaling Event", "consumes": [ diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 4d99d57..b13900c 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -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