Details
-
Type:
Feature Request
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.26.0, 0.26.0-alpha2
-
Labels:None
Description
Feature description
Currently, the application is deployed and accessible under context path "/".
The application can be accessed by an arbitrary context path.
The context path is configurable by using spring configuration (e.g. application.yml)
Solution draft
Backend takes context path from configuration and provides web application under this
path. Additionally, it delivers the context path to the frontend by using "client-config.js"
file.