fix(tasks): update api route
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2023-09-06 10:41:39 +02:00
parent b9e17ea870
commit 4e5823183e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const parseDate = date => {
export default class TaskService extends AbstractService<ITask> {
constructor() {
super({
create: '/projects/{projectId}',
create: '/projects/{projectId}/tasks',
getAll: '/tasks/all',
get: '/tasks/{id}',
update: '/tasks/{id}',