mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +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 middlewares: readonly ApiRequestMiddleware[]
|
||||
|
||||
private publicRoutes = new Set<string>(["/login", "/signup"])
|
||||
|
||||
static noop = new ApiClient({ baseUrl: "" })
|
||||
|
||||
constructor({
|
||||
|
||||
Reference in New Issue
Block a user