mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-19 21:03:56 -07:00
refactor: squash commits
This commit is contained in:
parent
63ebcb5915
commit
1e6e237aa3
107 changed files with 20077 additions and 0 deletions
6
backend/utils/zt-address.js
Normal file
6
backend/utils/zt-address.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const api = require("../utils/controller-api");
|
||||
|
||||
module.exports = async function () {
|
||||
const res = await api.get("status");
|
||||
return res.data.address;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue