parent
29979a37ab
commit
4151f05c24
@ -4,8 +4,8 @@ import databaseLoader from "./database";
|
|||||||
import {Application} from "express";
|
import {Application} from "express";
|
||||||
|
|
||||||
export default async (app: Application) => {
|
export default async (app: Application) => {
|
||||||
|
await databaseLoader();
|
||||||
await expressLoader(app);
|
await expressLoader(app);
|
||||||
await routeLoader(app);
|
await routeLoader(app);
|
||||||
databaseLoader();
|
|
||||||
return app;
|
return app;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user