🔨 Updates routes to new version
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user