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 1bd8403 commit dd756caCopy full SHA for dd756ca
ep19-call-api-jquery/app/utils/constants.js
@@ -1,6 +1,6 @@
1
var Constants = {
2
- BASE_URL: "http://localhost:3000/api/v1/",
3
- API_KEY: "93d2612b-20df-42e3-89fa-6af7889be7e5"
+ BASE_URL: "http://lrjis-api-production.herokuapp.com/api/v1/",
+ API_KEY: "add your api key here"
4
};
5
6
module.exports = Constants;
0 commit comments