Fixed getting tasks (#27)
This commit is contained in:
parent
fee5acda01
commit
2631b39678
2 changed files with 14 additions and 34 deletions
|
|
@ -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}',
|
||||
});
|
||||
|
|
|
|||
Reference in a new issue