From 16ed92703d74f38e7df2645e4e0d8bebee1e3dce Mon Sep 17 00:00:00 2001 From: Jason House Date: Wed, 28 Apr 2021 11:27:08 -0400 Subject: [PATCH] No base URL --- GapsWeb/src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GapsWeb/src/main/resources/application.yaml b/GapsWeb/src/main/resources/application.yaml index 0764e33..48af2eb 100755 --- a/GapsWeb/src/main/resources/application.yaml +++ b/GapsWeb/src/main/resources/application.yaml @@ -34,7 +34,7 @@ spring: password: admin server: servlet: - context-path: /gaps + context-path: / http2: enabled: true port: 8484