💚 Adds CI build for web

This commit is contained in:
Daniel Svitan
2025-06-05 10:04:29 +02:00
parent 940f6ea1b5
commit 7b50441da2
2 changed files with 16 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ async function onSubmit(event: FormSubmitEvent<Schema>) {
const res = await $fetch("https://door.svitan.dev/open", {
method: "GET",
headers: {
Authorization: token
Authorization: `Bearer ${token}`
}
})