finish the launch
This commit is contained in:
parent
6ca82f8c2e
commit
fbcfba3948
12 changed files with 58 additions and 92 deletions
|
@ -5,7 +5,7 @@ import { TriggerPresentation } from "./features/triggers/triggers_presentation";
|
|||
import { ProjectsPresentation } from "./features/projects/projects_presentation";
|
||||
import { PipelinePresentation } from "./features/pipelines/pipeline_presentation";
|
||||
import { ProcessPresentation } from "./features/process/process_presentation";
|
||||
|
||||
|
||||
|
||||
const httpRoutes: Routes[] = [
|
||||
new TriggerPresentation(),
|
||||
|
@ -17,4 +17,5 @@ const httpRoutes: Routes[] = [
|
|||
const computedFolder = "";
|
||||
|
||||
new App(httpRoutes, computedFolder).listen();
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue