Do merge conflicts correctly

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

3
api.py
View File

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