From 8a6f891415c3e5db071fc4e78bfa5cc73ce2428a Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 24 Jul 2018 00:04:39 +0530 Subject: [PATCH] Fix config path_url extra / error --- conf/config.production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.production.json b/conf/config.production.json index 1a2d073..b1d8452 100644 --- a/conf/config.production.json +++ b/conf/config.production.json @@ -1,5 +1,5 @@ { - "url": "https://__DOMAIN__/__PATH__", + "url": "https://__DOMAIN____PATH__", "server": { "host": "127.0.0.1", "port": __PORT__