diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-19 10:24:12 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-19 10:32:51 +0100 |
commit | ae5a3dd6642c8d5abc87b874496026dc9ed37d2d (patch) | |
tree | 10285733f8560d3cfad2ffbab88296689ad3ea55 /client/src/app/app-routing.module.ts | |
parent | f47776e265a45859aaf8519d7de85c6f35fdf40a (diff) | |
download | PeerTube-ae5a3dd6642c8d5abc87b874496026dc9ed37d2d.tar.gz PeerTube-ae5a3dd6642c8d5abc87b874496026dc9ed37d2d.tar.zst PeerTube-ae5a3dd6642c8d5abc87b874496026dc9ed37d2d.zip |
Update videos response api
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index c8a6b3924..2ee3cf974 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -1,6 +1,5 @@ | |||
1 | import { NgModule } from '@angular/core' | 1 | import { NgModule } from '@angular/core' |
2 | import { Routes, RouterModule } from '@angular/router' | 2 | import { RouterModule, Routes } from '@angular/router' |
3 | import { RedirectService } from '@app/core/routing/redirect.service' | ||
4 | 3 | ||
5 | import { PreloadSelectedModulesList } from './core' | 4 | import { PreloadSelectedModulesList } from './core' |
6 | 5 | ||