Skip to content

Commit c68e8c2

Browse files
committed
-#2 - added constants.js for api-url and api-key
1 parent 8248c0d commit c68e8c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
var Constants = {
2+
BASE_URL: "http://lrjis-api-production.herokuapp.com/api/v1/",
3+
API_KEY: "4d5e466a-97a4-46ba-bb3d-3da6c4347965"
4+
};
5+
module.exports = Constants;

0 commit comments

Comments
 (0)