feat: change all occurrences of server with guild
This commit is contained in:
parent
57f31d487e
commit
fe1474416f
5 changed files with 10 additions and 10 deletions
|
@ -5,8 +5,8 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const server = await fetchWithApi(`/guilds/${useRoute().params.serverId}`);
|
||||
console.log("server:", server);
|
||||
const guild = await fetchWithApi(`/guilds/${useRoute().params.guildId}`);
|
||||
console.log("guild:", guild);
|
||||
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue