Don't log hosting high scores route

master
Tanner Collin 1 year ago
parent 28cdf64f76
commit e00bea9faa
  1. 2
      apiserver/apiserver/api/throttles.py

@ -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:

Loading…
Cancel
Save