diff --git a/src/components/DestinationInfoCard.vue b/src/components/DestinationInfoCard.vue index 8fd6582..d3b8e9e 100644 --- a/src/components/DestinationInfoCard.vue +++ b/src/components/DestinationInfoCard.vue @@ -369,7 +369,6 @@ export default { console.log('Logged in. Proceed to add to favorites.'); fetch(`${import.meta.env.VITE_BACKEND_URL}/api/favorites/create`, { - // fetch("https://little-lines-backend.techtransthai.org/api/favorites/create", { method: "POST", headers: {