Files
attract/attract_server/modules.py

9 lines
143 B
Python
Raw Normal View History

from flask import Blueprint
blueprint = Blueprint('attract', __name__)
@blueprint.route('/jemoeder')
def jemoeder():
return 'je moeder'