This commit is contained in:
Simon Larsen 2023-08-02 18:28:47 +01:00
parent 7aea0ff6d8
commit f128e55e89
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -21,7 +21,6 @@ router.get(
next: NextFunction
): Promise<void> => {
try {
logger.info('Request Headers: ');
logger.info(req.headers);
logger.info('Request Body: ');