]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/videos.component.ts
Server: avoid request entity too large for requests between pods
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / videos.component.ts
1 import { Component } from '@angular/core';
2 import { ROUTER_DIRECTIVES } from '@angular/router';
3
4 @Component({
5 template: '<router-outlet></router-outlet>',
6 directives: [ ROUTER_DIRECTIVES ]
7 })
8
9 export class VideosComponent {
10 }