🔨 Updates routes to new version

This commit is contained in:
Daniel Svitan
2025-06-07 09:21:57 +02:00
parent 4aad657c9d
commit cb397b7cd3
4 changed files with 17 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ const toast = useToast()
function onSubmit(event: FormSubmitEvent<Schema>) {
const received = event.data.token
axios
.get<boolean>(useAPI("/open"), {
.get<boolean>(useAPI("/opened"), {
headers: useHeaders(received),
})
.then((res) => {