commit | c016139f87e9ad6a7f95affba3d4f75f624aafe0 | [log] [tgz] |
---|---|---|
author | Iftekharul Islam <iislam@us.ibm.com> | Wed Jun 14 15:46:15 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 13:14:23 2017 -0500 |
tree | 9f398c92d34dbe4ff187205166b8e591c14b0232 | |
parent | 0a1c6b0aec26f115f404392e722671682a60f177 [diff] [blame] |
Implement firmware upload function Change-Id: Ie89793ec9add1fc9e5241b422cfff64784f7b078 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
diff --git a/app/common/services/constants.js b/app/common/services/constants.js index dba4afa..7616b3e 100644 --- a/app/common/services/constants.js +++ b/app/common/services/constants.js
@@ -20,7 +20,8 @@ password: "testpass", }, API_CREDENTIALS: { - host: 'https://9.41.165.233/' + host: 'https://9.3.185.173', + mock_host: 'http://localhost:3000' }, API_RESPONSE: { ERROR_STATUS: 'error',