Change tokenk Axios wrapper to multifetch, config changes

This commit is contained in:
theofficialomega
2026-04-21 19:01:37 +02:00
parent 87b10bc6ec
commit c77b184bea
24 changed files with 778 additions and 670 deletions

View File

@@ -113,4 +113,4 @@ export function parseNumber(value: string): number {
export function parseList(value: string): string[] {
return value.split(',')
}
}