mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 18:16:00 +00:00
electron app starting
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
const handleRefreshConnections = () => {
|
||||
for (const conid of $openedConnections) {
|
||||
axiosInstance.post('server-connections/refresh', { conid });
|
||||
axiosInstance().post('server-connections/refresh', { conid });
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user