From 8999159e2c97901502288ed7db0db4650a7799b8 Mon Sep 17 00:00:00 2001 From: indyandie <1058837+Indyandie@users.noreply.github.com> Date: Fri, 24 May 2024 01:21:13 -0500 Subject: [PATCH] refactor(drf-spectacular): maintain operation order in `api.py` --- config/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/settings.py b/config/settings.py index 5459cc7d..41433fd5 100755 --- a/config/settings.py +++ b/config/settings.py @@ -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",