From c940702f526405790c505530462c5ec1cdfd09b7 Mon Sep 17 00:00:00 2001 From: Adnan Wahab Date: Wed, 22 May 2024 13:28:08 -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 ff2cba2f..958f8a68 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/api/redeploy-webhook') + fetch('/api/redeploy-webhook') }