Skip to content

Commit 8e4c832

Browse files
authored
Merge branch 'main' into landingpage-update1
2 parents 299b6de + 7e3a27a commit 8e4c832

File tree

1 file changed

+1
-1
lines changed
  • runtime/eoapi/raster/eoapi/raster

1 file changed

+1
-1
lines changed

runtime/eoapi/raster/eoapi/raster/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def ping(
195195
def landing(request: Request):
196196
"""Get landing page."""
197197
data = {
198-
"title": "eoAPI-Raster",
198+
"title": settings.name or "eoAPI-raster",
199199
"links": [
200200
{
201201
"title": "Landing page",

0 commit comments

Comments
 (0)