Now, paramecio2 load automatically the wsgi flask apps

This commit is contained in:
Antonio de la Rosa 2020-01-29 22:52:02 +01:00
parent f4f4e69a16
commit 90e0838459
4 changed files with 32 additions and 17 deletions

View file

@ -1,9 +0,0 @@
from flask import Blueprint
welcome=Blueprint('welcome', __name__, template_folder='templates')
@welcome.route('/welcome')
def home():
return "WELCOME TO FLASK APPLICATION"