From ccbd1f675dc868de7b5e5f3f594c13f755fb7f10 Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Sun, 11 Dec 2022 13:26:06 +0100 Subject: [PATCH] Allow port 8228 for local development --- backend/mockingbird/src/main/resources/application.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/mockingbird/src/main/resources/application.conf b/backend/mockingbird/src/main/resources/application.conf index eddd1be8..5c5c82c0 100644 --- a/backend/mockingbird/src/main/resources/application.conf +++ b/backend/mockingbird/src/main/resources/application.conf @@ -19,7 +19,8 @@ ru.tinkoff.tcb { port = 8228 allowedOrigins = [ "http://localhost", - "http://localhost:3000" + "http://localhost:3000", + "http://localhost:8228" ] }