Add moving tasks between lists
This commit is contained in:
parent
99c10d49be
commit
d4b82a4cc9
4 changed files with 98 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ export default class ListService extends AbstractService {
|
|||
super({
|
||||
create: '/namespaces/{namespaceId}/lists',
|
||||
get: '/lists/{id}',
|
||||
getAll: '/lists',
|
||||
update: '/lists/{id}',
|
||||
delete: '/lists/{id}',
|
||||
})
|
||||
|
|
|
|||
Reference in a new issue