设计前端页面和布局框架
This commit is contained in:
0
backend/app/core/config.py
Normal file
0
backend/app/core/config.py
Normal file
@@ -1,5 +1,5 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
from pydantic import BaseModel
|
||||
app = FastAPI()
|
||||
@app.get("/")
|
||||
def read_root():
|
||||
|
||||
Reference in New Issue
Block a user