Don't log hosting high scores route

This commit is contained in:
Tanner Collin 2023-03-11 01:47:08 +00:00
parent 28cdf64f76
commit e00bea9faa

View File

@ -24,7 +24,7 @@ class LoggingThrottle(throttling.BaseThrottle):
return True
elif path == '/sessions/' and user == None:
return True
elif path in ['/pinball/high_scores/', '/protocoin/printer_balance/']:
elif path in ['/pinball/high_scores/', '/protocoin/printer_balance/', '/hosting/high_scores/']:
return True
if request.data: