feat: rename some occurrences of guild back to server
This commit is contained in:
parent
4eeb3a8c2a
commit
aa710e0a4d
6 changed files with 14 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const guild = await fetchWithApi(`/guilds/${useRoute().params.guildId}`);
|
||||
const guild = await fetchWithApi(`/guilds/${useRoute().params.serverId}`);
|
||||
console.log("guild:", guild);
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue