mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 06:20:19 +01:00
Register products page to route
This commit is contained in:
parent
437aada699
commit
f0ea916c1b
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ router.get('/otp', (_req, res) => {
|
|||
res.render('pages/otp');
|
||||
})
|
||||
|
||||
router.get('/products', (_req, res) => {
|
||||
res.render('pages/products')
|
||||
})
|
||||
|
||||
router.get('/product', (_req, res) => {
|
||||
res.render('pages/product')
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue