mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 01:59:25 +01:00
remove btc
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
d15104bbf6
commit
7d74f620aa
1 changed files with 0 additions and 8 deletions
|
@ -359,14 +359,6 @@ def captcha() -> Response:
|
||||||
return flask.Response(c.new().rawpng(), mimetype="image/png")
|
return flask.Response(c.new().rawpng(), mimetype="image/png")
|
||||||
|
|
||||||
|
|
||||||
@views.get("/btc")
|
|
||||||
def btc() -> Response:
|
|
||||||
"""Bitcoin address"""
|
|
||||||
return flask.redirect(
|
|
||||||
"https://www.blockchain.com/explorer/addresses/btc/bc1qn3k75kmyvpw9sc58t63hk4ej4pc0d0w52tvj7w"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@views.get("/xmr")
|
@views.get("/xmr")
|
||||||
def xmr() -> Response:
|
def xmr() -> Response:
|
||||||
"""Monero address"""
|
"""Monero address"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue