3 lines
93 B
JavaScript
3 lines
93 B
JavaScript
app.models.Reshare = app.models.Post.extend({
|
|
url : function() { return "/reshares"; }
|
|
});
|