Swagger API documentation
This commit is contained in:
@@ -11,7 +11,7 @@ const accountStore = useAccountStore()
|
||||
const orderStore = useOrderStore()
|
||||
const router = useRouter()
|
||||
|
||||
orderStore.getOrdersOfAccount(accountStore.userAccount)
|
||||
orderStore.getOrdersOfAccount(accountStore.userAccount, accountStore.userAccountToken)
|
||||
accountStore.refreshAccount()
|
||||
</script>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import { useOrderStore } from '@/stores/order.store';
|
||||
const accountStore = useAccountStore()
|
||||
const orderStore = useOrderStore()
|
||||
|
||||
orderStore.getOrdersOfAccount(accountStore.userAccount)
|
||||
orderStore.getOrdersOfAccount(accountStore.userAccount, accountStore.userAccountToken)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user