Code + Comment cleanup for the middlewares

ref #39
This commit is contained in:
2020-12-20 19:08:02 +01:00
parent 43a4f1118d
commit a88c0389c1
2 changed files with 6 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import { ExpressErrorMiddlewareInterface, Middleware } from "routing-controllers";
/**
* Our Error handling middlware that returns our custom httperrors to the user
* Our Error handling middlware that returns our custom httperrors to the user.
*/
@Middleware({ type: "after" })
export class ErrorHandler implements ExpressErrorMiddlewareInterface {