Skip to content

Commit

Permalink
Add background process
Browse files Browse the repository at this point in the history
  • Loading branch information
milo157 committed Jun 25, 2024
1 parent a203079 commit 7c64b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function App() {
try {
data = await fetch_start_agent(`${serverUrl}create_room`, serverAuth);
if (data && !data.errror) {
fetch(`${serverUrl}main`, {
fetch(`${serverUrl}start_bot`, {
method: "POST",
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit 7c64b58

Please sign in to comment.