feat: support transfer address from user to user (#484)

* feat: support transfer address from user to user

* feat: remove service worker
This commit is contained in:
Dream Hunter
2024-11-15 01:10:25 +08:00
committed by GitHub
parent c102004f4d
commit 1b7ebc98c5
7 changed files with 159 additions and 9 deletions
+1
View File
@@ -27,6 +27,7 @@ api.get('/user_api/bind_address', bind_address.getBindedAddresses);
api.post('/user_api/bind_address', bind_address.bind);
api.get('/user_api/bind_address_jwt/:address_id', bind_address.getBindedAddressJwt);
api.post('/user_api/unbind_address', bind_address.unbind);
api.post('/user_api/transfer_address', bind_address.transferAddress);
// passkey api
api.get('/user_api/passkey', passkey.getPassKeys);