Add clear cache authed endpoint
This commit is contained in:
Родитель
1d55bd50da
Коммит
eda7caec0a
|
@ -359,6 +359,12 @@ def authed():
|
|||
return "Authenticated"
|
||||
|
||||
|
||||
@app.route('/clear-cache')
|
||||
def clear_cache():
|
||||
check_auth()
|
||||
cache.clear()
|
||||
|
||||
|
||||
@app.route('/aggregates_by/<prefix>/channels/')
|
||||
@add_cache_header()
|
||||
@cache_request
|
||||
|
|
Загрузка…
Ссылка в новой задаче