show supported sites
This commit is contained in:
parent
fca81ce279
commit
9dbea43066
5 changed files with 25 additions and 4 deletions
11
routes/supported-sites/index.js
Normal file
11
routes/supported-sites/index.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
const express = require('express')
|
||||
|
||||
module.exports = () => {
|
||||
const router = express.Router()
|
||||
|
||||
router.get('/', async (req, res) => {
|
||||
res.render('supported-sites', { title: 'Supported Sites' })
|
||||
})
|
||||
|
||||
return router
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue