doorboy documented at
This commit is contained in:
@@ -13,6 +13,10 @@ from wtforms.validators import DataRequired
|
||||
page_doorboy = Blueprint("doorboy", __name__)
|
||||
db = MongoClient(const.MONGO_URI).get_default_database()
|
||||
|
||||
###########################################################################
|
||||
## DOORBOY IS DOCUMENTED AT https://git.k-space.ee/k-space/doorboy-proxy ##
|
||||
###########################################################################
|
||||
|
||||
@page_doorboy.route("/m/doorboy/<event_id>/claim")
|
||||
@login_required
|
||||
def view_doorboy_claim(event_id):
|
||||
|
||||
Reference in New Issue
Block a user