From 6e6d273971e37f400c87020d1155722477d7ccc2 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Fri, 25 Sep 2020 16:52:49 +0200 Subject: [PATCH] - Fixed build --- test/__snapshots__/index.spec.js.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/__snapshots__/index.spec.js.snap b/test/__snapshots__/index.spec.js.snap index 18d2a2bd..9f9f087d 100644 --- a/test/__snapshots__/index.spec.js.snap +++ b/test/__snapshots__/index.spec.js.snap @@ -60,7 +60,7 @@ interface Config { } export const OpenAPI: Config = { - BASE: 'http://localhost:8080/api', + BASE: 'http://localhost:3000/base', VERSION: '1.0', CLIENT: 'fetch', WITH_CREDENTIALS: false, @@ -2511,7 +2511,7 @@ interface Config { } export const OpenAPI: Config = { - BASE: '/api', + BASE: 'http://localhost:3000/base', VERSION: '1.0', CLIENT: 'fetch', WITH_CREDENTIALS: false,