mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 20:37:28 +08:00
[+] Unlink frontend
This commit is contained in:
@@ -96,4 +96,6 @@ export const CARD = {
|
||||
post('/api/v2/card/summary', { cardId }),
|
||||
link: (props: { cardId: string, migrate: string }) =>
|
||||
post('/api/v2/card/link', props),
|
||||
unlink: (cardId: string) =>
|
||||
post('/api/v2/card/unlink', { cardId }),
|
||||
}
|
||||
Reference in New Issue
Block a user