feat: 增加 pipeline和 deployment

This commit is contained in:
2025-09-21 21:38:42 +08:00
parent ef4fce6d42
commit fd0cf782c4
10 changed files with 154 additions and 17 deletions

View File

@@ -6,6 +6,8 @@ import {
ProjectController,
UserController,
AuthController,
DeploymentController,
PipelineController
} from '../controllers/index.ts';
import { log } from '../libs/logger.ts';
@@ -38,6 +40,8 @@ export class Router implements Middleware {
ProjectController,
UserController,
AuthController,
DeploymentController,
PipelineController
]);
// 输出注册的路由信息