From 550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 17 Jan 2017 15:37:25 +0530 Subject: Initial Commit --- src/constants.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/constants.js (limited to 'src/constants.js') diff --git a/src/constants.js b/src/constants.js new file mode 100644 index 0000000..ab815d8 --- /dev/null +++ b/src/constants.js @@ -0,0 +1,17 @@ +define([], function() { + + var CONSTANTS = { + + apiUrl: "http://url", + // apiUrl: "http://192.168.4.11:8080/", //sai machine + + api: { + login_api: 'user/login/', + forgot_api: 'user/forgot/', + + } + }; + + return CONSTANTS; + +}) -- cgit v1.2.3