UNPKG

@moartube/moartube-node

Version:

A free, open-source, self-hosted, anonymous, decentralized video/live stream platform. Scalable via Cloudflare, works in the cloud or from home WiFi.

9 lines (7 loc) 163 B
function root_GET(originalUrl, path) { const url = '/node' + originalUrl.substring(path.length); return url; } module.exports = { root_GET };