We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4656d commit 4c3690bCopy full SHA for 4c3690b
rest/app.py
@@ -201,7 +201,7 @@ def get_links():
201
"title": "Sentinel Hub homepage",
202
},
203
{
204
- "href": f"{flask.request.url_root}.well-known/openeo",
+ "href": f"{flask.request.url_root.replace(flask.request.script_root, '')}.well-known/openeo",
205
"rel": "version-history",
206
"type": "application/json",
207
"title": "List of supported openEO versions",
0 commit comments