show supported sites
This commit is contained in:
parent
fca81ce279
commit
9dbea43066
5 changed files with 25 additions and 4 deletions
|
@ -32,6 +32,7 @@ module.exports = ({ db, config }) => {
|
|||
router.use('/confirm-account', require('./confirm-account')(db));
|
||||
|
||||
router.use('/wishlist', require('./wishlist')(db));
|
||||
router.use('/supported-sites', require('./supported-sites')())
|
||||
|
||||
router.use('/profile', require('./profile')(db));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue