Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher827 authored Dec 12, 2024
1 parent ac31ff3 commit 48d9bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/custom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function CustomRoomConnection() {
}, []);

const initRecording = () => {
fetch('https://prod.recruitangle.com/api/record-meeting', {
fetch('https://anglequest.work/api/expert/record-meeting', {
method: 'POST',
headers: {
'Accept': 'application/json',
Expand Down Expand Up @@ -118,4 +118,4 @@ export default function CustomRoomConnection() {
)}
</main>
);
}
}

0 comments on commit 48d9bfa

Please sign in to comment.