mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 18:44:17 +00:00
register
This commit is contained in:
parent
9985c26c59
commit
b39948a0a9
@ -29,7 +29,7 @@ function heartbeat() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function registerOrigin(payload) {
|
async function registerOrigin(payload) {
|
||||||
putRegistry({ data: { ...payload } })
|
putRegistry({ ...payload })
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log(res.data)
|
console.log(res.data)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user