Added Home page
This commit is contained in:
5
app/controllers/home_controller.py
Normal file
5
app/controllers/home_controller.py
Normal file
@ -0,0 +1,5 @@
|
||||
from flask import Blueprint, request, redirect, url_for, flash, render_template
|
||||
from app.models import db
|
||||
|
||||
def home():
|
||||
return render_template('home.html')
|
Reference in New Issue
Block a user