mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 16:26:00 +00:00
electron app starting
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
const handleLoad = async () => {
|
||||
isLoading = true;
|
||||
const resp = await axiosInstance.post('files/load', {
|
||||
const resp = await axiosInstance().post('files/load', {
|
||||
folder: 'markdown',
|
||||
file: savedFile,
|
||||
format: 'text',
|
||||
|
||||
Reference in New Issue
Block a user