Remove unused endpoint in the backend #81

Merged
cami merged 1 commit from cleanup/removeEndpoint into main 2021-06-28 01:53:00 +00:00

View file

@ -86,12 +86,6 @@ with app.app_context():
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'])
def login():
"""