mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 11:16:01 +00:00
electron app starting
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
const handleLoad = async () => {
|
||||
isLoading = true;
|
||||
const resp = await axiosInstance.get('config/changelog');
|
||||
const resp = await axiosInstance().get('config/changelog');
|
||||
text = resp.data;
|
||||
isLoading = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user