Skip to content
Snippets Groups Projects
Commit 4338e739 authored by David Trattnig's avatar David Trattnig
Browse files

Fix: Remove trailing slash because of meta#104

parent 4ae6abca
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ api_tank_session="${ENGINE_TANK_SESSION}" ...@@ -52,7 +52,7 @@ api_tank_session="${ENGINE_TANK_SESSION}"
# The secret which is used to authenticate against Tank # The secret which is used to authenticate against Tank
api_tank_secret="${ENGINE_TANK_SECRET}" api_tank_secret="${ENGINE_TANK_SECRET}"
# The URL to get the health status # The URL to get the health status
api_tank_status="${TANK_BASE_URL}healthz/" api_tank_status="${TANK_BASE_URL}healthz"
# The URL to get playlist details via Tank # The URL to get playlist details via Tank
api_tank_playlist="${TANK_BASE_URL}api/v1/playlists/${ID}" api_tank_playlist="${TANK_BASE_URL}api/v1/playlists/${ID}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment