fix: API_URL not defined in shuttle/admin views + fix shuttle card image display
This commit is contained in:
@ -8,6 +8,8 @@ import { useAuthStore } from '@/stores/auth'
|
||||
import { SUPABASE_URL } from '@/supabase'
|
||||
import type { Coupon, Business, Shuttle } from '@/types'
|
||||
|
||||
const API_URL = import.meta.env.VITE_API_URL || 'http://localhost:8000';
|
||||
|
||||
const route = useRoute()
|
||||
const authStore = useAuthStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user