Skip to content

Commit

Permalink
err fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mantsevat committed Dec 24, 2024
1 parent 62fb0dd commit bd6cb5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/web_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,10 +490,10 @@ def export_db():
# return {'abc': 'abc', 'dfd': 5, 'dsas': 6}
return app.response_class(status=export_status)

@app.route('/import_db', methods=['POST'])
def import_db():
# db.import_db()
return app.response_class(status=200)
#@app.route('/import_db', methods=['POST'])
#def import_db():
# # db.import_db()
# return app.response_class(status=200)


if __name__ == '__main__':
Expand Down

0 comments on commit bd6cb5b

Please sign in to comment.