mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
refactor(drf-spectacular): maintain operation order in api.py
This commit is contained in:
parent
f4645353fc
commit
8999159e2c
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ This API will always be publicly available and will never require any extensive
|
|||
|
||||
Created by [**Paul Hallett**(]https://github.com/phalt) and other [**PokéAPI contributors***](https://github.com/PokeAPI/pokeapi#contributing) around the world. Pokémon and Pokémon character names are trademarks of Nintendo.
|
||||
""",
|
||||
"SORT_OPERATIONS": False,
|
||||
"SERVERS": [{"url": "https://pokeapi.co"}],
|
||||
"EXTERNAL_DOCS": {"url": "https://pokeapi.co/docs/v2"},
|
||||
"VERSION": "2.7.0",
|
||||
|
|
Loading…
Reference in a new issue