docs: fixed code in create endpoints documentation (#4219)
sample Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
260dc55b6f
commit
b00a9a87fe
@@ -67,7 +67,7 @@ export default (rootDirectory, pluginOptions) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const anotherRouter = Router()
|
const anotherRouter = Router()
|
||||||
router.get("/store/*", (req, res, next) => {
|
anotherRouter.get("/store/*", (req, res, next) => {
|
||||||
// TODO perform an actions for all store endpoints
|
// TODO perform an actions for all store endpoints
|
||||||
next()
|
next()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user