Skip to content

Commit

Permalink
Update share url to use badgeHash instead of badgeUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
davelester committed Apr 13, 2013
1 parent 0baeae8 commit a50bedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -151,7 +151,7 @@ app.delete('/group/:groupId', group.destroy);
app.get('/images/badge/:badgeHash.png', badge.image);

app.post('/share/badge/:badgeId', badge.share);
app.get('/share/badge/:badgeUrl', badge.show);
app.get('/share/badge/:badgeHash', badge.show);

app.get('/share/:groupUrl/edit', share.editor);
app.post('/share/:groupUrl', share.createOrUpdate);
Expand Down

0 comments on commit a50bedc

Please sign in to comment.