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 --- client/src/app/+video-channels/video-channels.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+video-channels') diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index 41fdb5e79..3833d9c54 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts @@ -112,7 +112,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy { } getAccountUrl () { - return [ '/accounts', this.videoChannel.ownerBy ] + return [ '/a', this.videoChannel.ownerBy ] } private loadChannelVideosCount () { -- cgit v1.2.3