cakeshop
cakeshop copied to clipboard
[FIX] Non root url
Cakeshop is only working on the root url aka "/" but the application should work in a subdirectory, for example, "/cakeshop".
If I run the application with the option server.servlet.context-path=/cakeshop
, the backend will run at the path "/cakeshop", but the frontend will still assume that the path is "/"
Changes made:
- Relative path for link to manage.html page
- Relative path for the web socket path
- CONTEXT_PATH variable with default value to "/"