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 b11e25d commit ac31ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/[room]/[token]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function CustomRoomConnection() {
const initRecording = () => {
setRecorderLoading(true)

fetch('https://recruitangle.com/api/record-meeting', {
fetch('https://anglequest.work/api/expert/record-meeting', {
method: 'POST',
headers: {
'Accept': 'application/json',
Expand Down Expand Up @@ -104,7 +104,7 @@ export default function CustomRoomConnection() {
const stopRecording = () => {
setRecorderLoading(true)

fetch('https://recruitangle.com/api/stop-recording', {
fetch('https://anglequest.work/api/expert/stop-recording', {
method: 'POST',
headers: {
'Accept': 'application/json',
Expand Down

0 comments on commit ac31ff3

Please sign in to comment.