mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
fix(client): rm unused private route declr
This commit is contained in:
@@ -9,8 +9,6 @@ export class ApiClient {
|
|||||||
private readonly baseUrl: string
|
private readonly baseUrl: string
|
||||||
private readonly middlewares: readonly ApiRequestMiddleware[]
|
private readonly middlewares: readonly ApiRequestMiddleware[]
|
||||||
|
|
||||||
private publicRoutes = new Set<string>(["/login", "/signup"])
|
|
||||||
|
|
||||||
static noop = new ApiClient({ baseUrl: "" })
|
static noop = new ApiClient({ baseUrl: "" })
|
||||||
|
|
||||||
constructor({
|
constructor({
|
||||||
|
|||||||
Reference in New Issue
Block a user