mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 23:58:46 +08:00
Refactor the backend
This commit is contained in:
@@ -24,7 +24,7 @@ interface sourceItem {
|
||||
@injectable()
|
||||
export class Searcher {
|
||||
private static instance: Searcher;
|
||||
private api: AxiosInstance;
|
||||
private api: AxiosInstance | null = null;
|
||||
|
||||
constructor() {
|
||||
this.initAxiosInstance();
|
||||
|
||||
Reference in New Issue
Block a user