SponsorBlockServer/test/utils.js
2020-04-01 21:29:13 +01:00

7 lines
No EOL
136 B
JavaScript

var config = require('../src/config.js');
module.exports = {
getbaseURL: () => {
return "http://localhost:" + config.port;
}
};