We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8248c0d commit c68e8c2Copy full SHA for c68e8c2
ep19-call-api-jquery/app/utils/constants.js
@@ -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