mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-14 02:27:35 -07:00
feat: last online
This commit is contained in:
parent
206d12ded3
commit
40f98cc9df
9 changed files with 82 additions and 64 deletions
|
@ -5,6 +5,8 @@ module.exports = async function () {
|
|||
const res = await api.get("status");
|
||||
return res.data.address;
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
console.error(
|
||||
"Couldn't connect to the controller on " + err.config.baseURL
|
||||
);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue