From db410d9e8d41d2cc3c0f5fd9abce61fbd13c9478 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 28 Jun 2019 18:08:42 +0200 Subject: [PATCH] added missing trailing slash for url --- src/config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json.example b/src/config.json.example index 293174d..687ef40 100644 --- a/src/config.json.example +++ b/src/config.json.example @@ -1,5 +1,5 @@ { - "SEASONED_URL": "http://localhost:31459/api", + "SEASONED_URL": "http://localhost:31459/api/", "ELASTIC_URL": "http://localhost:9200", "ELASTIC_INDEX": "shows,movies" }