From 95a57110e440c0171b94f6020b3c3a1389c02ebb Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 3 Jun 2024 18:15:05 +0700 Subject: [PATCH] minor cleanup --- src/components/DestinationInfoCard.vue | 1 - 1 file changed, 1 deletion(-) 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: {