From 278a249ed8fadaa222f1aa8701a0dc71165106b5 Mon Sep 17 00:00:00 2001 From: Adnan Wahab Date: Wed, 22 May 2024 13:27:39 -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 7d4c4131..ff2cba2f 100644 --- a/services/bot-party-face/src/App.tsx +++ b/services/bot-party-face/src/App.tsx @@ -225,7 +225,7 @@ function App() { const handleClick = () => { console.log('cick you me :)') - fetch('http://localhost:9000/api/redeploy-webhook') + fetch('http://localhost/api/redeploy-webhook') }