From b500764b7ace670112f152358be8fd50cf13c223 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=9E=A5=EB=AC=B4=ED=98=84?=
 <jangmuhyeon@jangmuhyeon-ui-MacBookAir.local>
Date: Wed, 21 May 2025 17:38:10 +0900
Subject: [PATCH] new flutter

---
 lib/main.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/main.dart b/lib/main.dart
index 219b70d..cf34deb 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -102,7 +102,7 @@ class MyAppState extends ChangeNotifier {
   }
 
   Future<void> toggleFavorite() async {
-  var uri = "http://dnsfl1517.web.ajousw.kr/likes/${current.first}_${current.second}";
+  var uri = "http://localhost:3000/likes/${current.first}_${current.second}";
 
   if (favorites.contains(current)) {
     final http.Response resp = await http.delete(Uri.parse(uri));
-- 
GitLab