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

@@ -2,7 +2,7 @@ import cookieParser from "cookie-parser";
import { Application } from "express";
/**
* Loader for express related configurations.
* Currently only enables the proxy trust.
* Configures proxy trusts, globally used middlewares and other express features.
*/
export default async (app: Application) => {
app.enable('trust proxy');