diff --git a/apps/backend/src/app/authors/authors.controller.ts b/apps/backend/src/app/authors/authors.controller.ts index 421d298..8474c74 100644 --- a/apps/backend/src/app/authors/authors.controller.ts +++ b/apps/backend/src/app/authors/authors.controller.ts @@ -29,7 +29,7 @@ export class AuthorsController { @UseGuards(AdminGuard) @Delete(":autor") - async deleteAuthor(@Param("machineId") machineId: string) {} + async deleteAuthor(@Param("author") author: string) {} //TODO Patch