mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
electron app starting
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
const loadid = uuidv1();
|
||||
loadRef.set(loadid);
|
||||
busy = true;
|
||||
const response = await axiosInstance.post('database-connections/sql-preview', {
|
||||
const response = await axiosInstance().post('database-connections/sql-preview', {
|
||||
conid,
|
||||
database,
|
||||
objects,
|
||||
|
||||
Reference in New Issue
Block a user