there repository
This commit is contained in:
parent
71cd1061cb
commit
5d0e5f7f1c
10 changed files with 257 additions and 2 deletions
|
@ -74,6 +74,7 @@ export class App {
|
|||
this.app.use("/", route.router);
|
||||
});
|
||||
}
|
||||
|
||||
async loadAppDependencies() {
|
||||
await new DataBaseConnectUseCase().call();
|
||||
await new CheckAndCreateStaticFilesFolderUseCase().call();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue