docs: fixed code in create endpoints documentation (#4219)

sample

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Hardus van der Berg
2023-05-31 14:01:52 +02:00
committed by GitHub
parent 260dc55b6f
commit b00a9a87fe

View File

@@ -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()
})