You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several api endpoints in webserver.py that could be made shorter by using BaseView.check_json_keys, BaseView.get_provenance_id, BaseView.build_sql_insert, and/or BaseView.make_sql_conditions.