server: update process tools and tests

This commit is contained in:
Mathieu Virbel
2023-08-01 20:16:54 +02:00
parent cb198927b0
commit e4f2b785ca
5 changed files with 14 additions and 11 deletions

View File

@@ -29,4 +29,5 @@ app.include_router(rtc_offer_router)
if __name__ == "__main__":
import uvicorn
uvicorn.run("reflector.app:app", host="0.0.0.0", port=1250, reload=True)