diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index 8eba735..2f7fdc5 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -5,7 +5,7 @@ defineProps<{ msg: string }>() const count = ref(0) -fetch('/api/users').then(res => res.json()).then(res => console.log(res)) +fetch('/api/v1/sections').then(res => res.json()).then(res => console.log(res))