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/

12 lines (7 loc) 227 B
var i18n = require('i18n'); const express = require('express'); const router = express.Router(); router.get('/', async (req, res, next) => { res.render('index', { pageName: 'coldWallet' }); }); module.exports = router;