mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-29 06:40:04 +03:00
wip
This commit is contained in:
parent
985d886362
commit
91832c8e20
9 changed files with 449 additions and 379 deletions
|
@ -29,6 +29,13 @@ class API {
|
|||
return json;
|
||||
}
|
||||
|
||||
async getRelease() {
|
||||
return this.call({
|
||||
method: 'get',
|
||||
path: '/release',
|
||||
});
|
||||
}
|
||||
|
||||
async getSession() {
|
||||
return this.call({
|
||||
method: 'get',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue