Updated loader comments and descriptions

ref #39
This commit is contained in:
2020-12-20 19:01:03 +01:00
parent de91d491e5
commit 43a4f1118d
4 changed files with 7 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import openapiLoader from "./openapi";
/**
* Index Loader that executes the other loaders in the right order.
* This basicly exists for abstraction and a overall better dev experience.
*/
export default async (app: Application) => {
await databaseLoader();