Shorten public UI routes

This commit is contained in:
AidarKC
2026-07-22 14:12:10 +04:00
parent 93673e5786
commit d24d1c178b
9 changed files with 220 additions and 32 deletions
+1 -1
View File
@@ -1197,7 +1197,7 @@ export function render({ navigate, route }) {
const rerenderList = () => {
try {
const expectedPath = '/channels-list';
const expectedPath = '/channels';
if (window.location.pathname !== expectedPath) {
window.history.replaceState({}, '', expectedPath);
}