Do merge conflicts correctly
This commit is contained in:
parent
a078691241
commit
10b81c454f
1 changed files with 0 additions and 3 deletions
3
api.py
3
api.py
|
@ -3,10 +3,7 @@ from models import User, Achievement
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from graphviz import Digraph
|
from graphviz import Digraph
|
||||||
<<<<<<< HEAD
|
|
||||||
from flask import escape
|
from flask import escape
|
||||||
=======
|
|
||||||
>>>>>>> 4ad2b75835745d3a91007abab4741f5956ba9cbd
|
|
||||||
|
|
||||||
@app.route("/api")
|
@app.route("/api")
|
||||||
@app.route("/api/all")
|
@app.route("/api/all")
|
||||||
|
|
Loading…
Reference in a new issue