From 86c0b7da6c6b3b8bb82f3e5f0a6efab220edf7b2 Mon Sep 17 00:00:00 2001 From: imertetsu Date: Tue, 13 Aug 2024 13:29:01 -0400 Subject: [PATCH] server port modified --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9f8ad48..f1a0903 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,4 @@ spring.application.name=SpacecraftEvents server.servlet.context-path=/api -server.port=8083 \ No newline at end of file +server.port=8083 +