Refactoring
This commit is contained in:
parent
11ca9cdb5e
commit
7ff6165882
22 changed files with 172 additions and 327 deletions
|
@ -16,12 +16,10 @@ export class ProjectInstancePresentation extends CrudController<
|
|||
});
|
||||
super.post(new CreateNewProjectInstanceScenario().call);
|
||||
|
||||
super.subRoutes = [
|
||||
{
|
||||
method: "POST",
|
||||
subUrl: "upload",
|
||||
fn: new UploadCadFileToProjectScenario(),
|
||||
},
|
||||
];
|
||||
this.subRoutes.push({
|
||||
method: "POST",
|
||||
subUrl: "upload",
|
||||
fn: new UploadCadFileToProjectScenario(),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue