From fe87eb65c8143e7d71e6e9c4cd331067636f6979 Mon Sep 17 00:00:00 2001 From: Adnan Wahab Date: Wed, 22 May 2024 13:15:54 -0700 Subject: [PATCH] cool --- services/bot-party-face/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/bot-party-face/src/App.tsx b/services/bot-party-face/src/App.tsx index 1869f6b7..d6d4d952 100644 --- a/services/bot-party-face/src/App.tsx +++ b/services/bot-party-face/src/App.tsx @@ -223,7 +223,7 @@ function App() { const handleClick = () => { console.log('cick you me :)') - fetch('http://localhost:9000/drive/api') + fetch('http://localhost:9000/api') }