UNPKG

coctohug-web

Version:

- Nice localization with support of dozens of languages: [English](https://github.com/raingggg/coctohug/blob/main/readme_en.md), [العربية](https://github.com/raingggg/coctohug/blob/main/readme_ar.md), [Bulgarian](https://github.com/raingggg/coctohug/blob/

9 lines (6 loc) 189 B
const express = require('express'); const router = express.Router(); router.get('/', async (req, res, next) => { res.render('index', { pageName: 'best' }); }); module.exports = router;