forked from rDrama/rDrama
1
0
Fork 0

disable asset submissions in WPD and PCM

master
Aevann1 2022-10-08 03:00:27 +02:00
parent 81f9e1b386
commit 897885316f
1 changed files with 397 additions and 396 deletions

View File

@ -9,6 +9,7 @@ from files.helpers.get import *
from files.helpers.wrappers import *
from files.routes.static import marsey_list
if SITE not in ('pcmemes.net', 'watchpeopledie.co'):
@app.get('/asset_submissions/<path:path>')
@limiter.exempt
def asset_submissions(path):