UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

8 lines (7 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStaticUrl = void 0; const getStaticUrl = (file, req) => { return `${req.protocol}://${req.get("host")}/${file}`; }; exports.getStaticUrl = getStaticUrl;