Skip to content

Commit

Permalink
The demo API now uses HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrois committed May 26, 2015
1 parent 5118bdf commit 9068a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var Router = require('react-router');

// Globals
var PlatalAPI = require('./api.js');
PlatalAPI.configure({rootUrl: 'http://platal2-demo.polytechnique.org/api/'});
PlatalAPI.configure({rootUrl: 'https://platal2-demo.polytechnique.org/api/'});

// Routing
var routes = require('./routes.jsx');
Expand Down

0 comments on commit 9068a8f

Please sign in to comment.