1
0

Fixed getting tasks (#27)

This commit is contained in:
konrad
2019-03-10 12:59:17 +00:00
committed by Gitea
parent fee5acda01
commit 2631b39678
2 changed files with 14 additions and 34 deletions

View File

@ -5,7 +5,7 @@ export default class TaskService extends AbstractService {
constructor() {
super({
create: '/lists/{listID}',
getAll: '/tasks/all/{sortBy}/{startDate}/{endDate}',
getAll: '/tasks/all',
update: '/tasks/{id}',
delete: '/tasks/{id}',
});