Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

[FIX] Non root url #214

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

MohamedLEGH
Copy link

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 "/"

@CLAassistant
Copy link

CLAassistant commented May 7, 2021

CLA assistant check
All committers have signed the CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants