crud test controller and class validator mocker generate classes
This commit is contained in:
parent
6c85616c99
commit
9617d313a1
24 changed files with 242 additions and 108 deletions
|
@ -18,7 +18,7 @@ export class ProjectInstancePresentation extends CrudController<
|
|||
|
||||
super.subRoutes = [
|
||||
{
|
||||
method: "post",
|
||||
method: "POST",
|
||||
subUrl: "upload",
|
||||
fn: new UploadCadFileToProjectScenario(),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue