crafty-4/app/classes/web/routes/api/servers/server
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
..
action.py Replace .count() != 0 with .exists() 2022-05-25 14:24:34 +03:00
index.py Fix API v2 server modification 2022-05-19 16:01:03 +03:00
logs.py Fix a comment regarding the Logs permission 2022-05-19 00:04:14 +03:00
public.py Merge branch feature/external-frontend to feature/api-v2 without the frontend 2022-04-14 15:33:53 +03:00
stats.py Don't use get_latest_server_stats 2022-05-25 14:43:05 +03:00
users.py Merge branch 'feature/api-v2' into merge/api-v2 2022-05-05 03:32:09 +03:00