Change server url (#111)
closes #103 Reviewed-on: #111
This commit was merged in pull request #111.
This commit is contained in:
@@ -33,7 +33,7 @@ export class TasksPage implements ViewWillEnter {
|
||||
this.taskService.getTaskList().subscribe(tasks => {
|
||||
this.tasks$.next(tasks);
|
||||
});
|
||||
}, 10);
|
||||
}, 50);
|
||||
}
|
||||
|
||||
createTask() {
|
||||
|
||||
Reference in New Issue
Block a user