From ae181472b1deb29913978b8d81ae0230f68256b8 Mon Sep 17 00:00:00 2001 From: Piero Date: Wed, 24 Jul 2019 09:06:41 +0200 Subject: [PATCH] first commit --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index 4c4fe56e37..1b3a2324ba 100644 --- a/app.js +++ b/app.js @@ -1,3 +1,5 @@ +'use strict; + const createError = require('http-errors'); const express = require('express'); const path = require('path');