From dd94b40110b1efeb851373a24b282325d72d3c16 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Fri, 17 Apr 2020 18:44:31 +0200 Subject: [PATCH] Update base endpoint to "/api" --- backend/src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index d34b83e..c3c4d51 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1 +1,2 @@ -server.port=80 \ No newline at end of file +server.port=80 +spring.data.rest.basePath=/api \ No newline at end of file