chore: update frontend configuration
This commit is contained in:
@@ -5,7 +5,7 @@ import { useApi } from './useApi'
|
||||
const sites = ref([])
|
||||
const loading = ref(false)
|
||||
|
||||
export function useSites() {
|
||||
export function useSites () {
|
||||
const { showSuccess, showInfo } = useToast()
|
||||
const { get, post, patch, delete: del } = useApi()
|
||||
|
||||
@@ -97,4 +97,4 @@ export function useSites() {
|
||||
getSites,
|
||||
isLoading
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user