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

Fix: Remove trailing slash because of meta#104

parent c21bed37
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ api_tank_session="engine" ...@@ -52,7 +52,7 @@ api_tank_session="engine"
# The secret which is used to authenticate against Tank # The secret which is used to authenticate against Tank
api_tank_secret="rather-secret" api_tank_secret="rather-secret"
# The URL to get the health status # The URL to get the health status
api_tank_status="http://localhost:8040/healthz/" api_tank_status="http://localhost:8040/healthz"
# The URL to get playlist details via Tank # The URL to get playlist details via Tank
api_tank_playlist="http://localhost:8040/api/v1/playlists/${ID}" api_tank_playlist="http://localhost:8040/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