crafty-4/app/classes/web/routes/api
luukas 4b707aa9d1
Don't use get_latest_server_stats
Use get_server_stats_by_id instead of get_latest_server_stats

The reasoning behind this is that all usages of get_latest_server_stats
had `DatabaseShortcuts.return_rows(latest)[0]`, which
get_server_stats_by_id already did
2022-05-25 14:43:05 +03:00
..
auth Improve the invalidate tokens API handler 2022-05-25 00:35:11 +03:00
roles Add exemption orjson no-member falsepositive 2022-05-23 22:54:06 +01:00
servers Don't use get_latest_server_stats 2022-05-25 14:43:05 +03:00
users Add route for viewing user Crafty permissions 2022-05-25 00:55:49 +03:00
api_handlers.py Fix routing for the user permissions handler 2022-05-25 00:58:10 +03:00
index_handler.py Add and fix API v2 and db 2022-05-08 00:07:55 +03:00
jsonschema.py Add a JSON schema route 2022-05-18 15:58:54 +03:00
not_found.py Add a JSON schema route 2022-05-18 15:58:54 +03:00