Skip to content

Commit 4c3690b

Browse files
committed
well-known/openeo link at root
1 parent fc4656d commit 4c3690b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def get_links():
201201
"title": "Sentinel Hub homepage",
202202
},
203203
{
204-
"href": f"{flask.request.url_root}.well-known/openeo",
204+
"href": f"{flask.request.url_root.replace(flask.request.script_root, '')}.well-known/openeo",
205205
"rel": "version-history",
206206
"type": "application/json",
207207
"title": "List of supported openEO versions",

0 commit comments

Comments
 (0)