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') }