working frontend ; backend not working

This commit is contained in:
Bilal
2018-01-07 13:54:15 +00:00
parent 64ff4357d1
commit 9ba9209aa3
3 changed files with 2 additions and 207 deletions

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;