diff --git a/app/src/web/routes.py b/app/src/web/routes.py index a381cc9..2946538 100644 --- a/app/src/web/routes.py +++ b/app/src/web/routes.py @@ -49,7 +49,7 @@ async def data_fetch(): global TsunCnt TsunCnt += 1 return { - "geology-fact": f"

{TsunCnt}

", + "proxy-cnt": f"

{TsunCnt}

", } diff --git a/app/src/web/templates/base.html.j2 b/app/src/web/templates/base.html.j2 index 1a3be92..01970bb 100644 --- a/app/src/web/templates/base.html.j2 +++ b/app/src/web/templates/base.html.j2 @@ -28,7 +28,7 @@ -