Now, paramecio2 load automatically the wsgi flask apps
This commit is contained in:
parent
f4f4e69a16
commit
90e0838459
4 changed files with 32 additions and 17 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue