feat: change /servers endpoints to /guilds to reflect changes in PR #19
This commit is contained in:
parent
a92c74edc9
commit
9f3059f94c
3 changed files with 6 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const server = await fetchWithApi(`/servers/${useRoute().params.serverId}`);
|
||||
const server = await fetchWithApi(`/guilds/${useRoute().params.serverId}`);
|
||||
console.log("server:", server);
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue