mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 00:46:01 +00:00
axiosInstance replaced with apiCall
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
$: $effect;
|
||||
|
||||
const handleRunnerDone = async () => {
|
||||
const resp = await axiosInstance().get(`runners/files?runid=${runnerId}`);
|
||||
files = resp.data;
|
||||
const resp = await apiCall(`runners/files?runid=${runnerId}`);
|
||||
files = resp;
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user