lots of web ui work
This commit is contained in:
parent
f0c72ef1c8
commit
e5fc15acc2
16 changed files with 37 additions and 19 deletions
|
@ -0,0 +1,8 @@
|
|||
fetch('/getnewkeys', {
|
||||
headers: {
|
||||
"token": webpass
|
||||
}})
|
||||
.then((resp) => resp.text()) // Transform the data into text
|
||||
.then(function(resp) {
|
||||
keys = keys.split('')
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue