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 41cd5fb commit 83ea43dCopy full SHA for 83ea43d
README.md
@@ -20,7 +20,7 @@ If no config option is passed, the middleware will send a **404** to those reque
20
const express = require('express');
21
22
//Require the routeCheck Middleware
23
-const routeCheck = require('../app').routeCheck;
+const { routeCheck } = require('express-suite');
24
25
//Initialize the App
26
const app = express();
0 commit comments