mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-28 18:59:49 -04:00
♻️ Update default API title from "Fast API" to "FastAPI" for consistency (#890)
This commit is contained in:
committed by
GitHub
parent
a085898309
commit
b307d38897
@@ -4,7 +4,7 @@ from async_sql_databases.tutorial001 import app
|
||||
|
||||
openapi_schema = {
|
||||
"openapi": "3.0.2",
|
||||
"info": {"title": "Fast API", "version": "0.1.0"},
|
||||
"info": {"title": "FastAPI", "version": "0.1.0"},
|
||||
"paths": {
|
||||
"/notes/": {
|
||||
"get": {
|
||||
|
||||
Reference in New Issue
Block a user