Commit recent changes

This commit is contained in:
Jonathan Carter
2026-03-14 15:14:37 +02:00
parent 24c5f6e12d
commit de76cd16ea
5 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ from flask import Blueprint
bp = Blueprint('install', __name__,
template_folder='',
static_folder='static',
static_url_path='/welcome/static')
static_url_path='/install/static')
from yasi_applets.install import routes