mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-04 21:47:28 +08:00
- Code refactoring mainly for API - Delete a useless option in `setting.py` - Change some constants in Link Play mode
3 lines
85 B
Python
3 lines
85 B
Python
class Constant:
|
|
QUERY_KEYS = ['limit', 'offset', 'query', 'fuzzy_query', 'sort']
|