diff --git a/docs/content/development/endpoints/create.md b/docs/content/development/endpoints/create.md index 91ee74d13c..7fb539624d 100644 --- a/docs/content/development/endpoints/create.md +++ b/docs/content/development/endpoints/create.md @@ -67,7 +67,7 @@ export default (rootDirectory, pluginOptions) => { } const anotherRouter = Router() - router.get("/store/*", (req, res, next) => { + anotherRouter.get("/store/*", (req, res, next) => { // TODO perform an actions for all store endpoints next() })