From 718873964490d1aa31b0e99852002165637e4b9e Mon Sep 17 00:00:00 2001 From: Kimsible Date: Wed, 28 Apr 2021 23:45:23 +0200 Subject: Make /a and /c default URLs for accounts and channels --- .../account-video-channels/account-video-channels.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+accounts') diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts b/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts index 0628c7a96..96d1e0f85 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts @@ -133,6 +133,6 @@ export class AccountVideoChannelsComponent implements OnInit, OnDestroy { } getVideoChannelLink (videoChannel: VideoChannel) { - return [ '/video-channels', videoChannel.nameWithHost ] + return [ '/c', videoChannel.nameWithHost ] } } -- cgit v1.2.3