Updated Homepage & Styling;

Corrected imports/config settings;
This commit is contained in:
Chris-1010
2025-01-22 13:46:04 +00:00
parent 1ede987914
commit fbe7d2ceb1
20 changed files with 278 additions and 61 deletions

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__, template_folder="../ui/templates/", static_folder="../ui/static/")
app = Flask(__name__, static_folder="../ui/static/")
app.config["SECRET_KEY"] = ""
app.config["SESSION_PERMANENT"] = False
app.config["SESSION_TYPE"] = "filesystem"