diff --git a/ts/src/lib/wynn/wapi.ts b/ts/src/lib/wynn/wapi.ts index 5504385..a0fb5e4 100644 --- a/ts/src/lib/wynn/wapi.ts +++ b/ts/src/lib/wynn/wapi.ts @@ -10,7 +10,10 @@ export class WApi { constructor() { const c = axios.create({ - baseURL: config.WAPI_URL, + baseURL: config.WAPI_URL, + headers: { + "User-Agent": "lil-robot-guy (a@tuxpa.in)", + }, }) setupCache(c); this.c = c;