This commit is contained in:
2021-07-06 22:55:14 +02:00
parent fbf2e23d2e
commit 457203661e
6 changed files with 52 additions and 40 deletions

View File

@@ -34,7 +34,7 @@ export default defineComponent({
const guestbook_messages = ref([])
useAsync(async () => {
await $axios.get('/guestbook', {
await $axios.get('guestbook', {
headers: {
'Authorization': `Bearer ${process.env.API_TOKEN}`
}