Removed static folder location

This commit is contained in:
2025-01-22 15:26:55 +00:00
parent 52ac0c2aac
commit 9847cf4007

View File

@@ -4,7 +4,7 @@ from backend.blueprints.utils import logged_in_user
from flask_cors import CORS
def create_app():
app = Flask(__name__, static_folder="../ui/static/")
app = Flask(__name__)
app.config["SECRET_KEY"] = ""
app.config["SESSION_PERMANENT"] = False
app.config["SESSION_TYPE"] = "filesystem"