UNPKG

verdandi

Version:

Verðandi; API backend for Sjekk UT mobile application

9 lines (6 loc) 178 B
'use strict'; module.exports = (req, res, next) => { const path = process.env.VIRTUAL_PATH || ''; req.fullUrl = `${req.protocol}://${req.get('host')}${path}`; next(); };