From 066d12f7784695006258a894c2f36ced83819938 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Mon, 31 Jan 2022 20:10:26 +0300 Subject: [PATCH] fix: LeaderboardByActionIDHTML wrong ref to squad info by tag --- web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.py b/web.py index 9e23c03..3df150c 100644 --- a/web.py +++ b/web.py @@ -193,7 +193,7 @@ class LeaderboardByActionIDHTML: 'table_template.html', { 'target_column_name': 'tag', - 'target_new_url': '/api/leaderboard-state/by-action-id/' + 'target_new_url': '/squads/now/by-tag/short/' } )