|
@@ -10,7 +10,7 @@ router = APIRouter()
|
|
|
|
|
|
@router.get('/meeting/info', response_model=MeetingInfoResponse)
|
|
|
async def catch_meeting_info(sentence: str = Query(..., max_length=100)):
|
|
|
- r = httpx.get('https://api.github.com/users/octocat/orgs') # Test external network
|
|
|
+ r = httpx.get('https://www.baidu.com/') # Test external network
|
|
|
logger.info(r.status_code)
|
|
|
start_time, end_time, duration, room_size, topic, name_list = await get_caught_result(sentence)
|
|
|
response = {
|