Reimported render_template in main, for development purposes for now, and fixed /api endpoint not working

This commit is contained in:
2025-01-23 10:32:18 +00:00
parent 3c61d6f888
commit e826311c34
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
from flask import Blueprint
from flask import Blueprint, render_template
main_bp = Blueprint("app", __name__)