Skip to content

Ep 19 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added production url and placeholder text for api key
  • Loading branch information
chiraggshah committed Sep 14, 2015
commit dd756ca6833b99970819dadfd22e61c27d62d50d
4 changes: 2 additions & 2 deletions ep19-call-api-jquery/app/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var Constants = {
BASE_URL: "http://localhost:3000/api/v1/",
API_KEY: "93d2612b-20df-42e3-89fa-6af7889be7e5"
BASE_URL: "http://lrjis-api-production.herokuapp.com/api/v1/",
API_KEY: "add your api key here"
};

module.exports = Constants;