mirror of https://github.com/tiangolo/fastapi.git
Fix license identifier in tutorial001_1.py
Fix the Apache 2.0 license identifier to be `Apache-2.0`, not `MIT` (which is NOT an Apache 2.0 license).
This commit is contained in:
parent
1cf7cd8af0
commit
6ead07fef9
|
|
@ -28,7 +28,7 @@ app = FastAPI(
|
|||
},
|
||||
license_info={
|
||||
"name": "Apache 2.0",
|
||||
"identifier": "MIT",
|
||||
"identifier": "Apache-2.0",
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue