♻️ Update default API title from "Fast API" to "FastAPI" for consistency (#890)

This commit is contained in:
Sebastián Ramírez
2020-01-18 19:07:42 +01:00
committed by GitHub
parent a085898309
commit b307d38897
110 changed files with 111 additions and 111 deletions

View File

@@ -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": {