mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Nicer way of serving lite
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user