mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
complete removed axiosInstance
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
import { onMount } from 'svelte';
|
||||
import LoadingInfo from '../elements/LoadingInfo.svelte';
|
||||
import Markdown from '../elements/Markdown.svelte';
|
||||
import { apiCall } from '../utility/api';
|
||||
|
||||
import axiosInstance from '../utility/axiosInstance';
|
||||
import { apiCall } from '../utility/api';
|
||||
|
||||
let isLoading = false;
|
||||
let text = null;
|
||||
|
||||
Reference in New Issue
Block a user