mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01: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;
|
||
|
}
|
||
|
};
|