Skeleton structure of a Pillar extension.
This commit is contained in:
8
attract_server/modules.py
Normal file
8
attract_server/modules.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from flask import Blueprint
|
||||
|
||||
blueprint = Blueprint('attract', __name__)
|
||||
|
||||
|
||||
@blueprint.route('/jemoeder')
|
||||
def jemoeder():
|
||||
return 'je moeder'
|
Reference in New Issue
Block a user