Skip to content

Commit

Permalink
πŸ› user page needs new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 22, 2024
1 parent ea4f27d commit 4ae4779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/users/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const columns = [
},
]
const { data: users } = await useFetch<MetapiResponse<User>>('/api/users')
const { data: users } = await useFetch<MetapiResponse<User>>('/api/resource/user')
</script>

<template>
Expand Down

0 comments on commit 4ae4779

Please sign in to comment.