At last, update repo link
This commit is contained in:
parent
d0f1fe5c06
commit
614aef2762
3
api.py
3
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")
|
||||
|
@ -103,7 +103,7 @@
|
||||
known instances: {{info.known_instances}}<br/>
|
||||
indexed instances: {{info.indexed_instances}}<br/>
|
||||
blocks recorded: {{info.blocks_recorded}}<br/>
|
||||
source code: <a href="{{info.source_code}}">{{info.source_code}}</a>
|
||||
source code: <a href="https://git.kiwifarms.net/mint/fedi-block-api">git.kiwifarms.net/mint/fedi-block-api</a> (<a href="https://gitgud.io/mintplg/fedi-block-api">mirror</a>)
|
||||
</div>
|
||||
{% endif %}
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user