Don't log hosting high scores route
This commit is contained in:
@@ -24,7 +24,7 @@ class LoggingThrottle(throttling.BaseThrottle):
|
|||||||
return True
|
return True
|
||||||
elif path == '/sessions/' and user == None:
|
elif path == '/sessions/' and user == None:
|
||||||
return True
|
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
|
return True
|
||||||
|
|
||||||
if request.data:
|
if request.data:
|
||||||
|
Reference in New Issue
Block a user