diff --git a/app/pages/(protected)/gift-card/index.vue b/app/pages/(protected)/gift-card/index.vue
index 364a409..1247778 100644
--- a/app/pages/(protected)/gift-card/index.vue
+++ b/app/pages/(protected)/gift-card/index.vue
@@ -152,13 +152,11 @@
{{ formatCurrency(card.balance) }}
-
{{ card.is_active ? 'Ativo' : 'Inativo' }}
-
@@ -188,8 +186,7 @@ definePageMeta({
middleware: 'auth'
})
-const config = useRuntimeConfig()
-const GIFT_CARD_API_BASE_URL = config.public.giftCardApiUrl
+const GIFT_CARD_API_BASE_URL = 'https://giftcardapipedro-production.up.railway.app/api'
const { $toast } = useNuxtApp()