mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 20:06:00 +00:00
electron app starting
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
let historyItems = [];
|
||||
|
||||
async function reloadItems() {
|
||||
const resp = await axiosInstance.request({
|
||||
const resp = await axiosInstance().request({
|
||||
method: 'get',
|
||||
url: 'query-history/read',
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user