mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +03:00
move utils to seperate files and folder, update imports
This commit is contained in:
5
test/utils/getBaseURL.ts
Normal file
5
test/utils/getBaseURL.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { config } from "../../src/config";
|
||||
|
||||
export function getbaseURL(): string {
|
||||
return `http://localhost:${config.port}`;
|
||||
}
|
||||
Reference in New Issue
Block a user