1
0

Add moving tasks between lists

This commit is contained in:
kolaente
2020-04-18 14:39:56 +02:00
parent 99c10d49be
commit d4b82a4cc9
4 changed files with 98 additions and 0 deletions

View File

@ -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}',
})