Skip to content

Commit

Permalink
use app name
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 24, 2023
1 parent 9cee4e0 commit 7e3a27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/eoapi/raster/eoapi/raster/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def ping(
def landing(request: Request):
"""Get landing page."""
data = {
"title": "eoAPI-Raster",
"title": settings.name or "eoAPI-raster",
"links": [
{
"title": "Landing page",
Expand Down

0 comments on commit 7e3a27a

Please sign in to comment.