Skip to content

Commit

Permalink
test production true
Browse files Browse the repository at this point in the history
  • Loading branch information
guss84 committed Nov 28, 2023
1 parent 4deff48 commit cef068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ def validate_process_graph():
@with_logging
def well_known():
return flask.make_response(
jsonify(versions=[{"api_version": "1.0.0", "production": False, "url": "https://openeo-dev.sinergise.com/"}]),
jsonify(versions=[{"api_version": "1.0.0", "production": True, "url": "https://openeo-dev.sinergise.com/"}]),
200,
)

Expand Down

0 comments on commit cef068b

Please sign in to comment.