mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
refactor scoped token service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as request from 'supertest'
|
||||
|
||||
type FeedType = 'videos' | 'video-comments'
|
||||
type FeedType = 'videos' | 'video-comments' | 'subscriptions'
|
||||
|
||||
function getXMLfeed (url: string, feed: FeedType, format?: string) {
|
||||
const path = '/feeds/' + feed + '.xml'
|
||||
|
||||
Reference in New Issue
Block a user