[+] Unlink frontend

This commit is contained in:
Azalea
2024-02-22 18:31:59 -05:00
parent dd55e336e4
commit f5c2dc747d
3 changed files with 24 additions and 1 deletions

View File

@@ -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 }),
}