From d3cbc50fb70066271238fa60917f31ace94657aa Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 15 Jun 2024 22:43:20 +0100 Subject: [PATCH] docs: Updates domains in Swagger docs --- public/resources/openapi-spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/resources/openapi-spec.yml b/public/resources/openapi-spec.yml index 3b3836b..e549be5 100644 --- a/public/resources/openapi-spec.yml +++ b/public/resources/openapi-spec.yml @@ -19,7 +19,7 @@ externalDocs: description: 'Source: GitHub' url: https://github.com/Lissy93/web-check servers: - - url: http://localhost:4321/api + - url: http://localhost:3001/api description: Local (Development) - url: http://localhost:3000/api description: Local (Production)