Skip to content

Commit

Permalink
Merge pull request #6 from mchat/marie/use-https
Browse files Browse the repository at this point in the history
Force nginx to route to https, update permalink urls.
  • Loading branch information
mariechatfield committed Nov 27, 2016
2 parents 8b565cb + 23b7a48 commit 96a8cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/display-congress.js
Expand Up @@ -16,7 +16,7 @@ export default Ember.Component.extend({
),

permalink: Ember.computed('district.id', function() {
return `http://www.callmycongress.com/${this.get('district.id')}`;
return `https://www.callmycongress.com/${this.get('district.id')}`;
}),

actions: {
Expand Down
1 change: 1 addition & 0 deletions static.json
@@ -1,5 +1,6 @@
{
"root": "dist/",
"https_only": true,
"proxies": {
"/api/": {
"origin": "https://call-my-congress-backend.herokuapp.com/api"
Expand Down

0 comments on commit 96a8cea

Please sign in to comment.