X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch-routing.module.ts;h=bdd4f945e86798baab1434bcc0b6b8aa6386ebe9;hb=0975cd5cf260bd06c797ac7582675ac624a47ebc;hp=72f76ab468fc080bdc2b65c642547fd8e851fea7;hpb=d5b53822ae7e1660cebe3a35be5ce76ea73dc1b9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/video-watch-routing.module.ts b/client/src/app/videos/+video-watch/video-watch-routing.module.ts index 72f76ab46..bdd4f945e 100644 --- a/client/src/app/videos/+video-watch/video-watch-routing.module.ts +++ b/client/src/app/videos/+video-watch/video-watch-routing.module.ts @@ -10,11 +10,6 @@ const videoWatchRoutes: Routes = [ path: '', component: VideoWatchComponent, canActivate: [ MetaGuard ] - }, - { - path: 'comment/:commentId', - component: VideoWatchComponent, - canActivate: [ MetaGuard ] } ]