Security++

This commit is contained in:
Robbe Van Herck 2018-11-28 16:02:38 +01:00
commit a078691241
No known key found for this signature in database
GPG Key ID: 4D1C8E8FBD1C7188
1 changed files with 3 additions and 0 deletions

3
api.py
View File

@ -3,7 +3,10 @@ from models import User, Achievement
import json
from graphviz import Digraph
<<<<<<< HEAD
from flask import escape
=======
>>>>>>> 4ad2b75835745d3a91007abab4741f5956ba9cbd
@app.route("/api")
@app.route("/api/all")