make sure that there is a version endpoint: ``` @app.route('/version') def version(): return jsonify(version=__version__) ```
make sure that there is a version endpoint: