finish the launch

This commit is contained in:
IDONTSUDO 2023-10-31 09:03:41 +03:00
parent 6ca82f8c2e
commit fbcfba3948
12 changed files with 58 additions and 92 deletions

View file

@ -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();