mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-05-14 13:24:56 +02:00
7 lines
No EOL
136 B
JavaScript
7 lines
No EOL
136 B
JavaScript
var config = require('../src/config.js');
|
|
|
|
module.exports = {
|
|
getbaseURL: () => {
|
|
return "http://localhost:" + config.port;
|
|
}
|
|
}; |