From: Mint <>
Date: Tue, 29 Nov 2022 19:54:13 +0000 (+0300)
Subject: At last, update repo link
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=614aef27628ff0686618ebae25dd9eb31248a441;p=fba.git
At last, update repo link
---
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 %}