mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-23 12:40:25 +08:00
Use socketio for syncing task changes across clients
This commit is contained in:
@@ -4,7 +4,8 @@ var app = app || {};
|
||||
|
||||
app.List = Backbone.Collection.extend({
|
||||
|
||||
model: app.Task
|
||||
model: app.Task,
|
||||
url: '/tasks'
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user