Remove unused endpoint in the backend #81
1 changed files with 0 additions and 6 deletions
|
@ -86,12 +86,6 @@ with app.app_context():
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
|
|
||||||
|
|
||||||
# Set up some routes for the example
|
|
||||||
@app.route('/api/')
|
|
||||||
def home():
|
|
||||||
return {"Hello": "World"}, 200
|
|
||||||
|
|
||||||
|
|
||||||
@app.route('/api/login', methods=['POST'])
|
@app.route('/api/login', methods=['POST'])
|
||||||
def login():
|
def login():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue