Change server url (#111)
All checks were successful
Backend Deploy / build (push) Successful in 29s
Backend Build and Test / build (push) Successful in 3m15s

closes #103

Reviewed-on: #111
This commit was merged in pull request #111.
This commit is contained in:
2025-05-27 19:06:23 +02:00
parent 305566c911
commit 89d31fe150
6 changed files with 9 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ export class TasksPage implements ViewWillEnter {
this.taskService.getTaskList().subscribe(tasks => {
this.tasks$.next(tasks);
});
}, 10);
}, 50);
}
createTask() {