feat: Introduce DTOs for API validation and new deployment features, including a Git controller and UI components.
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
updateProjectSchema,
|
||||
listProjectQuerySchema,
|
||||
projectIdSchema,
|
||||
} from './schema.ts';
|
||||
} from './dto.ts';
|
||||
|
||||
@Controller('/projects')
|
||||
export class ProjectController {
|
||||
|
||||
Reference in New Issue
Block a user