From e4a36a7c8f2a4c48f6a934f71e26f1e67c19495b Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 11 Oct 2024 14:20:35 +0200 Subject: [PATCH] Restore port 8800 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0b6026d..7f4cf9a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,2 @@ spring.application.name=angular-services -server.port=8801 \ No newline at end of file +server.port=8800 \ No newline at end of file