fix: API_URL not defined in shuttle/admin views + fix shuttle card image display
This commit is contained in:
@ -6,6 +6,8 @@ import { SUPABASE_URL } from '@/supabase'
|
||||
import type { Coupon } from '@/types'
|
||||
import FavoriteButton from '@/components/FavoriteButton.vue'
|
||||
|
||||
const API_URL = import.meta.env.VITE_API_URL || 'http://localhost:8000';
|
||||
|
||||
const { t } = useI18n()
|
||||
const couponStore = useCouponStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user