[mirotalksfu] - fix typo - update dep.
هذا الالتزام موجود في:
@@ -3,7 +3,7 @@
|
||||
const fetch = require('node-fetch');
|
||||
|
||||
const API_KEY = 'mirotalksfu_default_secret';
|
||||
const MIROTALK_URL = 'http://localhost:3010/api/v1/join';
|
||||
const MIROTALK_URL = 'https://sfu.mirotalk.org/api/v1/join';
|
||||
|
||||
function getResponse() {
|
||||
return fetch(MIROTALK_URL, {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$API_KEY = "mirotalksfu_default_secret";
|
||||
$MIROTALK_URL = "http://localhost:3010/api/v1/join";
|
||||
$MIROTALK_URL = "https://sfu.mirotalk.org/api/v1/join";
|
||||
|
||||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_URL, $MIROTALK_URL);
|
||||
|
||||
@@ -2,7 +2,7 @@ import requests
|
||||
import json
|
||||
|
||||
API_KEY = "mirotalksfu_default_secret"
|
||||
MIROTALK_URL = "http://localhost:3010/api/v1/join"
|
||||
MIROTALK_URL = "https://sfu.mirotalk.org/api/v1/join"
|
||||
|
||||
headers = {
|
||||
"authorization": API_KEY,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
API_KEY="mirotalksfu_default_secret"
|
||||
MIROTALK_URL="http://localhost:3010/api/v1/join"
|
||||
MIROTALK_URL="https://sfu.mirotalk.org/api/v1/join"
|
||||
|
||||
curl $MIROTALK_URL \
|
||||
--header "authorization: $API_KEY" \
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم