api.ts 126 B

123456
  1. import { $fetch } from 'ofetch'
  2. const { API_URL } = useRuntimeConfig()
  3. const anal = $fetch.create({
  4. baseURL: API_URL,
  5. })