mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 07:46:00 +00:00
electron app starting
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
export function save() {
|
||||
try {
|
||||
const data = JSON.parse(getData());
|
||||
axiosInstance.post('files/save', {
|
||||
axiosInstance().post('files/save', {
|
||||
file: savedFile,
|
||||
folder: 'favorites',
|
||||
format: 'json',
|
||||
|
||||
Reference in New Issue
Block a user