Reimported render_template in main, for development purposes for now, and fixed /api endpoint not working
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from flask import Blueprint
|
||||
from flask import Blueprint, render_template
|
||||
|
||||
main_bp = Blueprint("app", __name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user