Skip to content

Commit 1c80049

Browse files
committed
Controller
1 parent 7d9efe1 commit 1c80049

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nestjs-task-management/src/tasks/tasks.controller.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { TasksService } from './tasks.service';
44
@Controller()
55
export class TasksController {
66

7-
constructor(private tasksService: TasksService){}
7+
constructor(private tasksService: TasksService){
8+
9+
}
810

911
}

0 commit comments

Comments
 (0)