From 1cb09679af4dddb71aa2707e74b83d8a7e3601d5 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Fri, 29 Jul 2022 13:10:22 +0200 Subject: [PATCH] Fix: Add slashes for base URLs --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 843395ad..3dc8aee1 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,9 @@ help:: # Settings -STEERING_BASE_URL := http://0.0.0.0:8000 -ENGINE_API_BASE_URL := http://0.0.0.0:8008 -TANK_BASE_URL := http://0.0.0.0:8040 +STEERING_BASE_URL := http://0.0.0.0:8000/ +ENGINE_API_BASE_URL := http://0.0.0.0:8008/ +TANK_BASE_URL := http://0.0.0.0:8040/ ENGINE_TANK_SESSION := engine ENGINE_TANK_SECRET := rather-secret -- GitLab