initial commit
This commit is contained in:
6
app/composables/usePois.js
Normal file
6
app/composables/usePois.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export function usePois() {
|
||||
return useFetch('/api/pois', {
|
||||
key: 'pois',
|
||||
default: () => [],
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user