Skip to content
Snippets Groups Projects
Commit 2bd3e97f authored by Hugo Kerstens's avatar Hugo Kerstens
Browse files

Disable cache for exam source pdf

parent 38cc30ce
No related branches found
No related tags found
No related merge requests found
......@@ -287,6 +287,7 @@ class ExamSource(Resource):
return send_file(
os.path.join(exam_dir, 'exam.pdf'),
cache_timeout=0,
mimetype='application/pdf')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment