mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
feat: ui模式
BREAKING CHANGE: 接口配置变更
This commit is contained in:
@@ -16,7 +16,7 @@ import { PipelineEntity } from '../entity/pipeline';
|
||||
*/
|
||||
@Provide()
|
||||
@Controller('/api/pi/pipeline')
|
||||
export class PipelineController extends CrudController {
|
||||
export class PipelineController extends CrudController<PipelineService> {
|
||||
@Inject()
|
||||
service: PipelineService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user