mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
update README.rst
This commit is contained in:
@@ -13,7 +13,7 @@ router = APIRouter()
|
||||
)
|
||||
async def home():
|
||||
return {
|
||||
'title': "Welcome to REST ADMIN"
|
||||
'title': "Welcome to FastAPI ADMIN"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user