Update tornado cash site link on relayer site index page

This commit is contained in:
Theo 2023-05-06 14:00:32 +03:00
parent e90d1c4086
commit 6b1a41585b

@ -25,7 +25,7 @@ async function status(req, res) {
function index(req, res) {
res.send(
'This is <a href=https://tornado.cash>tornado.cash</a> Relayer service. Check the <a href=/v1/status>/status</a> for settings',
'This is <a href=https://tornado.ws>Tornado Cash</a> Relayer service. Check the <a href=/v1/status>/status</a> for settings',
)
}