From 44ef80b7dd1a38e1029e2d9635cd6b979b944577 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Sun, 7 Jan 2018 17:53:46 +0100 Subject: [PATCH] . --- web/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/config.js b/web/src/config.js index 1a4de76..180ca60 100644 --- a/web/src/config.js +++ b/web/src/config.js @@ -1,4 +1,4 @@ -export const BASE_URL = 'localhost:5000'; +export const BASE_URL = 'tellall.saburly.com'; export const INTENT_NAME_MAX_LENGTH = 30; export const QUESTION_MAX_LENGTH = 150;