Skip to content

Commit

Permalink
Use app.roihu2016.fi instead of roihuapp-demo.herokuapp.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Koskinen committed Jun 11, 2016
1 parent 29d4987 commit 9569c33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RoihuApp/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const baseUrl = "https://app.roihu2016.fi";

export const config = {
apiUrl: "https://roihuapp-demo.herokuapp.com/api",
loginUrl: "https://roihuapp-demo.herokuapp.com/saml/login"
apiUrl: baseUrl + "/api",
loginUrl: baseUrl + "/saml/login"
};

0 comments on commit 9569c33

Please sign in to comment.