new changes

This commit is contained in:
2024-11-20 15:44:24 +05:00
parent 3c4edd357d
commit 04d9162fff
9 changed files with 543 additions and 46 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ def send_css(path):
def send_js(path):
resp = make_response(send_from_directory(os.path.join(config['WEB_APP']['template_folder'], 'static/js'), path), 200)
resp.headers['Cache-Control'] = 'public, max-age=31536000'
return resp
return resp