mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 12:37:00 +03:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
var config = require('../src/config.js');
|
|
|
|
module.exports = {
|
|
getbaseURL: () => {
|
|
return "http://localhost:" + config.port;
|
|
}
|
|
}; |