This commit is contained in:
parent
1ad03877fb
commit
c01957aae2
@ -37,7 +37,7 @@ if (apiUrlFromStorage !== null) {
|
||||
|
||||
// Make sure the api url does not contain a / at the end
|
||||
if (window.API_URL.endsWith('/')) {
|
||||
window.API_URL = window.API_URL.slice(0, -1);
|
||||
window.API_URL = window.API_URL.slice(0, -1)
|
||||
}
|
||||
|
||||
// directives
|
||||
|
Reference in New Issue
Block a user