mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-07-11 18:47:15 +03:00
feat: update diagnostics checks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ClashAPI, IBaseApiResponse } from '../types';
|
||||
import { createBaseApiRequest } from './createBaseApiRequest';
|
||||
import { ClashAPI } from '../types';
|
||||
import { getClashApiUrl } from '../../helpers';
|
||||
import { createBaseApiRequest, IBaseApiResponse } from '../../api';
|
||||
|
||||
export async function getClashConfig(): Promise<
|
||||
IBaseApiResponse<ClashAPI.Config>
|
||||
|
||||
Reference in New Issue
Block a user