Skip to content

Commit 8494572

Browse files
committed
Comments
1 parent afb0af0 commit 8494572

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server-fastapi/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from fastapi import FastAPI
22
from fastapi.middleware.cors import CORSMiddleware
3+
# pip install "uvicorn[standard]"
34

45
from pydantic import BaseModel
56
from typing import Union

0 commit comments

Comments
 (0)