Repo link change to comply with AGPL

This commit is contained in:
Mint 2022-07-22 23:56:46 +03:00
parent b0c3c13606
commit 0ee469beef

2
api.py
View file

@ -27,7 +27,7 @@ def info():
"known_instances": known, "known_instances": known,
"indexed_instances": indexed, "indexed_instances": indexed,
"blocks_recorded": blocks, "blocks_recorded": blocks,
"source_code": "https://gitlab.com/EnjuAihara/fedi-block-api", "source_code": "https://git.kiwifarms.net/mint/fedi-block-api",
} }
@app.get(base_url+"/api") @app.get(base_url+"/api")