/* eslint-disable import/prefer-default-export */ export const getBaseUrl = (req) => `${req.protocol}://${req.get("host")}`;