mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-04 21:47:28 +08:00
5 lines
134 B
Python
5 lines
134 B
Python
class Constant:
|
|
QUERY_KEYS = ['limit', 'offset', 'query', 'fuzzy_query', 'sort']
|
|
|
|
PATCH_KEYS = ['create', 'update', 'remove']
|