Fix a few stuff in dashboard

This commit is contained in:
Jeremy Zhang
2017-03-25 21:14:42 -07:00
parent 53c06ed050
commit 3e884fa2fa
5 changed files with 18 additions and 5 deletions

View File

@ -0,0 +1 @@
from embed import embed

View File

@ -0,0 +1,7 @@
from flask import Blueprint
embed = Blueprint("embed", __name__)
@embed.route("/<guild_id>")
def guild_embed(guild_id):
return guild_id