global tags

This commit is contained in:
indyandie 2024-03-04 03:06:12 -06:00
parent 5c9a73d795
commit cfff93d6ed
No known key found for this signature in database
GPG key ID: FDB83C1AED3933E1

View file

@ -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'
]
}