Nicer way of serving lite

This commit is contained in:
Henk
2023-05-03 01:16:02 +02:00
parent 03e10bed82
commit 480919a2a7
2 changed files with 2 additions and 1 deletions

View File

@@ -5735,7 +5735,7 @@ def show_folder_usersripts(data):
@require_allowed_ip
@logger.catch
def lite_html():
return render_template('klite.html')
return send_from_directory('static', "klite.html")
#==================================================================#
# UI V2 CODE