We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb0af0 commit 8494572Copy full SHA for 8494572
1 file changed
server-fastapi/main.py
@@ -1,5 +1,6 @@
1
from fastapi import FastAPI
2
from fastapi.middleware.cors import CORSMiddleware
3
+# pip install "uvicorn[standard]"
4
5
from pydantic import BaseModel
6
from typing import Union
0 commit comments