mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Support short uuid for GET video/playlist
This commit is contained in:
parent
62ddc31a9e
commit
d4a8e7a65f
94 changed files with 1029 additions and 673 deletions
4
shared/models/tokens/oauth-client-local.model.ts
Normal file
4
shared/models/tokens/oauth-client-local.model.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface OAuthClientLocal {
|
||||
client_id: string
|
||||
client_secret: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue