This commit is contained in:
GotPPay
2018-01-07 17:53:46 +01:00
parent 3fe9ebde9d
commit 44ef80b7dd

View File

@@ -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;