mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
electron app starting
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
$: $effect;
|
||||
|
||||
const handleRunnerDone = async () => {
|
||||
const resp = await axiosInstance.get(`runners/files?runid=${runnerId}`);
|
||||
const resp = await axiosInstance().get(`runners/files?runid=${runnerId}`);
|
||||
files = resp.data;
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user