251119:1700 Backend Phase 1
This commit is contained in:
4
backend/src/modules/project/project.controller.ts
Normal file
4
backend/src/modules/project/project.controller.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Controller } from '@nestjs/common';
|
||||
|
||||
@Controller('project')
|
||||
export class ProjectController {}
|
||||
Reference in New Issue
Block a user