From 614aef27628ff0686618ebae25dd9eb31248a441 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Tue, 29 Nov 2022 22:54:13 +0300 Subject: [PATCH] At last, update repo link --- api.py | 3 +-- index.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/api.py b/api.py index fbbd4da..051fca7 100644 --- a/api.py +++ b/api.py @@ -27,8 +27,7 @@ def info(): return { "known_instances": known, "indexed_instances": indexed, - "blocks_recorded": blocks, - "source_code": "https://git.kiwifarms.net/mint/fedi-block-api", + "blocks_recorded": blocks } @app.get(base_url+"/api") diff --git a/index.html b/index.html index ff31a7d..644bf1d 100644 --- a/index.html +++ b/index.html @@ -103,7 +103,7 @@ known instances: {{info.known_instances}}
indexed instances: {{info.indexed_instances}}
blocks recorded: {{info.blocks_recorded}}
- source code: {{info.source_code}} + source code: git.kiwifarms.net/mint/fedi-block-api (mirror) {% endif %}