diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-28 17:30:59 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-06-29 14:56:35 +0200 |
commit | d4a8e7a65f97bb3257facc13e1ae8ffdbad61ddb (patch) | |
tree | a4cb07318100031951c3dffc61f4f2cb95d2cbd0 /shared/models/index.ts | |
parent | 62ddc31a9e4b92d7d27898ccfc363f68ab044139 (diff) | |
download | PeerTube-d4a8e7a65f97bb3257facc13e1ae8ffdbad61ddb.tar.gz PeerTube-d4a8e7a65f97bb3257facc13e1ae8ffdbad61ddb.tar.zst PeerTube-d4a8e7a65f97bb3257facc13e1ae8ffdbad61ddb.zip |
Support short uuid for GET video/playlist
Diffstat (limited to 'shared/models/index.ts')
-rw-r--r-- | shared/models/index.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/shared/models/index.ts b/shared/models/index.ts index 4db1f234e..5c2bc480e 100644 --- a/shared/models/index.ts +++ b/shared/models/index.ts | |||
@@ -1,16 +1,16 @@ | |||
1 | export * from './activitypub' | 1 | export * from './activitypub' |
2 | export * from './actors' | 2 | export * from './actors' |
3 | export * from './moderation' | ||
4 | export * from './custom-markup' | ||
5 | export * from './bulk' | 3 | export * from './bulk' |
6 | export * from './redundancy' | 4 | export * from './common' |
7 | export * from './users' | 5 | export * from './custom-markup' |
8 | export * from './videos' | ||
9 | export * from './feeds' | 6 | export * from './feeds' |
10 | export * from './joinpeertube' | 7 | export * from './joinpeertube' |
8 | export * from './moderation' | ||
11 | export * from './overviews' | 9 | export * from './overviews' |
12 | export * from './plugins' | 10 | export * from './plugins' |
11 | export * from './redundancy' | ||
13 | export * from './search' | 12 | export * from './search' |
14 | export * from './server' | 13 | export * from './server' |
15 | export * from './oauth-client-local.model' | 14 | export * from './tokens' |
16 | export * from './result-list.model' | 15 | export * from './users' |
16 | export * from './videos' | ||