mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
docs(openapi): update SERVERS
This commit is contained in:
parent
7f2d2bdf83
commit
3a1f9dbf4a
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||||
SPECTACULAR_SETTINGS = {
|
SPECTACULAR_SETTINGS = {
|
||||||
'TITLE': 'pokeapi',
|
'TITLE': 'pokeapi',
|
||||||
'DESCRIPTION': 'A RESTful API for Pokémon.',
|
'DESCRIPTION': 'A RESTful API for Pokémon.',
|
||||||
'SERVERS': [{'url': 'https://pokeapi.co/api/v2'}],
|
'SERVERS': [{'url': 'https://pokeapi.co'}],
|
||||||
'EXTERNAL_DOCS': {'url': 'https://pokeapi.co/docs/v2'},
|
'EXTERNAL_DOCS': {'url': 'https://pokeapi.co/docs/v2'},
|
||||||
'VERSION': '2.7.0',
|
'VERSION': '2.7.0',
|
||||||
'SERVE_INCLUDE_SCHEMA': False,
|
'SERVE_INCLUDE_SCHEMA': False,
|
||||||
|
|
Loading…
Reference in a new issue