🔨 Replaces websockets with interval fetches
All checks were successful
Gitea Build Action / build-go (push) Successful in 36s
Gitea Build Action / build-nuxt (push) Successful in 10m7s

This commit is contained in:
2025-06-16 11:56:20 +02:00
parent 4b2248a6d7
commit d858b9e7c8
5 changed files with 55 additions and 74 deletions

View File

@@ -1,5 +1,4 @@
import type { FetchResponse } from "ofetch"
import { AxiosError, type AxiosResponse } from "axios"
import { type AxiosResponse } from "axios"
export function useAPI(route: string = "/") {
return `https://api.door.svitan.dev${route}`