motorin along
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Account } from '../../types'
|
||||
import { useGet } from '../util/useGet'
|
||||
|
||||
export const useAccounts = () => useGet<Account[]>(`/accounts`)
|
||||
export const useAccounts = () => useGet<Account[]>(`/accounts/`)
|
||||
|
||||
Reference in New Issue
Block a user