Revert "feat: init client"
This reverts commit 7b6e45690e833dce9773804d19a89a8d363bf7fa.
This commit is contained in:
parent
9599ef4321
commit
c15e171184
@ -1,3 +1,4 @@
|
|||||||
|
<<<<<<< HEAD
|
||||||
from fastapi import FastAPI, HTTPException
|
from fastapi import FastAPI, HTTPException
|
||||||
import requests
|
import requests
|
||||||
import os
|
import os
|
||||||
@ -497,3 +498,5 @@ if __name__ == "__main__":
|
|||||||
import uvicorn # pylint: disable=e0401
|
import uvicorn # pylint: disable=e0401
|
||||||
|
|
||||||
uvicorn.run("client:app", host="0.0.0.0", port=8002, reload=True, log_level="debug")
|
uvicorn.run("client:app", host="0.0.0.0", port=8002, reload=True, log_level="debug")
|
||||||
|
=======
|
||||||
|
>>>>>>> parent of 7b6e456 (feat: init client)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user