We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9efe1 commit 1c80049Copy full SHA for 1c80049
nestjs-task-management/src/tasks/tasks.controller.ts
@@ -4,6 +4,8 @@ import { TasksService } from './tasks.service';
4
@Controller()
5
export class TasksController {
6
7
- constructor(private tasksService: TasksService){}
+ constructor(private tasksService: TasksService){
8
+
9
+ }
10
11
}
0 commit comments