From f4b53a3ec61f1ad513b5eb93ae556aa5a69f088c Mon Sep 17 00:00:00 2001 From: Tomas Valenta Date: Sun, 30 Jul 2023 19:39:07 +0200 Subject: [PATCH] Remove trailing slash from OpenAPI spec --- openapi.yaml | 2 +- tsoa.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index d445e01..e3b64a2 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -131,4 +131,4 @@ paths: summary: Write content to a file at the given path servers: - description: Local development - url: http://localhost:3000/ + url: http://localhost:3000 diff --git a/tsoa.json b/tsoa.json index a6fc39d..ef7e653 100644 --- a/tsoa.json +++ b/tsoa.json @@ -13,7 +13,7 @@ "spec": { "servers": [ { - "url": "http://localhost:3000/", + "url": "http://localhost:3000", "description": "Local development" } ]