qr code
parent
dee12444e3
commit
110fd0da06
@ -1,22 +0,0 @@
|
|||||||
from flask import Blueprint, render_template, redirect, url_for
|
|
||||||
|
|
||||||
|
|
||||||
bp = Blueprint("qr", __name__, url_prefix="/")
|
|
||||||
|
|
||||||
|
|
||||||
@bp.route("/%F0%9F%92%AC/")
|
|
||||||
@bp.route('/play/')
|
|
||||||
def bitsi():
|
|
||||||
return redirect('https://issue.xpub.nl/17/unfinished-thoughts/')
|
|
||||||
|
|
||||||
@bp.route('/%F0%9F%A4%9D/')
|
|
||||||
def connectless():
|
|
||||||
return redirect('https://pzwiki.wdka.nl/mediadesign/Connect-less')
|
|
||||||
|
|
||||||
@bp.route('/%F0%9F%96%8C/')
|
|
||||||
def draw():
|
|
||||||
return redirect('https://hub.xpub.nl/soupboat/xquisite/')
|
|
||||||
|
|
||||||
@bp.route('/%F0%9F%8D%A5/')
|
|
||||||
def roll():
|
|
||||||
return redirect('https://issue.xpub.nl/17/katamari/')
|
|
Loading…
Reference in New Issue