mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
global tags
This commit is contained in:
parent
5c9a73d795
commit
cfff93d6ed
1 changed files with 14 additions and 1 deletions
|
@ -147,6 +147,19 @@ SPECTACULAR_SETTINGS = {
|
|||
'VERSION': '2.7.0',
|
||||
'SERVE_INCLUDE_SCHEMA': False,
|
||||
'OAS_VERSION': '3.1.0',
|
||||
'COMPONENT_SPLIT_REQUEST': True
|
||||
'COMPONENT_SPLIT_REQUEST': True,
|
||||
'TAGS': [
|
||||
'pokemon',
|
||||
'evolution',
|
||||
'berries',
|
||||
'items',
|
||||
'machines',
|
||||
'location',
|
||||
'contest',
|
||||
'moves',
|
||||
'encounters',
|
||||
'games',
|
||||
'utility'
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue