Skip to content

Commit dd756ca

Browse files
committed
added production url and placeholder text for api key
1 parent 1bd8403 commit dd756ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var Constants = {
2-
BASE_URL: "http://localhost:3000/api/v1/",
3-
API_KEY: "93d2612b-20df-42e3-89fa-6af7889be7e5"
2+
BASE_URL: "http://lrjis-api-production.herokuapp.com/api/v1/",
3+
API_KEY: "add your api key here"
44
};
55

66
module.exports = Constants;

0 commit comments

Comments
 (0)