Currently it needs to be provided like: ``` frontend.url=https://frontend.cbioportal.org/ ``` but if you forgot the trailing slash everything breaks, e.g.: ``` frontend.url=https://frontend.cbioportal.org ``` Let's add a trailing slash if missing
Currently it needs to be provided like:
but if you forgot the trailing slash everything breaks, e.g.:
Let's add a trailing slash if missing