diff --git a/public/javascripts/app/models/post.js b/public/javascripts/app/models/post.js index 4cabdaa1b..b9641156d 100644 --- a/public/javascripts/app/models/post.js +++ b/public/javascripts/app/models/post.js @@ -15,7 +15,7 @@ app.models.Post = Backbone.Model.extend({ } }, - reshareUrl : "reshares/", + reshareUrl : "/reshares", reshare : function(){ return this._reshare = this._reshare || new app.models.Reshare({root_guid : this.get("guid")}); },