* @param {express.Request} req * @return {string}
(req)
| 1532 | * @return {string} |
| 1533 | */ |
| 1534 | function getUrlPrefix(req) { |
| 1535 | return req.protocol + '://' + req.headers.host; |
| 1536 | } |
| 1537 | |
| 1538 | /** |
| 1539 | * @param {string} filePath |
no outgoing calls
no test coverage detected