We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d65285 commit 0004c1cCopy full SHA for 0004c1c
1 file changed
src/app.ts
@@ -17,7 +17,7 @@ try {
17
import * as apiController from './controllers/api';
18
import * as authController from './controllers/auth';
19
20
-const app = express();
+const app: express.Express = express();
21
22
const protect = authController.protect();
23
0 commit comments