From 4077c196065bd9a7e1247914ea1f1d85c8e27366 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Wed, 10 Jul 2019 16:19:30 +0200 Subject: [PATCH] Fix previous --- src/config.sample.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.sample.json b/src/config.sample.json index a2798122..f4e2db46 100644 --- a/src/config.sample.json +++ b/src/config.sample.json @@ -11,7 +11,7 @@ "types": "http://127.0.0.1:8000/types/", "languages": "http://127.0.0.1:8000/languages/", "steps": "http://127.0.0.1:8000/steps/" - }, + } }, "staging": { @@ -26,7 +26,7 @@ "types": "http://127.0.0.1:8000/types/", "languages": "http://127.0.0.1:8000/languages/", "steps": "http://127.0.0.1:8000/steps/" - }, + } }, "prod": { @@ -41,6 +41,6 @@ "types": "http://127.0.0.1:8000/types/", "languages": "http://127.0.0.1:8000/languages/", "steps": "http://127.0.0.1:8000/steps/" - }, + } } } -- GitLab