aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-06-05 09:00:48 +0200
committerChocobozzz <me@florianbigard.com>2023-06-05 09:00:48 +0200
commit96290a6b78ce1ecba5f91faaa08cdd941331af4b (patch)
tree3e1120b5417e7c4d64bf2d5d2194623db84839ed /server/middlewares
parent4e9a98669fc81b236ff474e101402d6cff81cd1b (diff)
parent8715c76356f3f3a6bce29a65f08743a0aff6be69 (diff)
downloadPeerTube-96290a6b78ce1ecba5f91faaa08cdd941331af4b.tar.gz
PeerTube-96290a6b78ce1ecba5f91faaa08cdd941331af4b.tar.zst
PeerTube-96290a6b78ce1ecba5f91faaa08cdd941331af4b.zip
Merge branch 'develop' into release/5.2.0
Diffstat (limited to 'server/middlewares')
-rw-r--r--server/middlewares/validators/feeds.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/middlewares/validators/feeds.ts b/server/middlewares/validators/feeds.ts
index ee8615cae..9673a6613 100644
--- a/server/middlewares/validators/feeds.ts
+++ b/server/middlewares/validators/feeds.ts
@@ -1,6 +1,6 @@
1import express from 'express' 1import express from 'express'
2import { param, query } from 'express-validator' 2import { param, query } from 'express-validator'
3import { HttpStatusCode } from '../../../shared/models/http/http-error-codes' 3import { HttpStatusCode } from '@shared/models'
4import { isValidRSSFeed } from '../../helpers/custom-validators/feeds' 4import { isValidRSSFeed } from '../../helpers/custom-validators/feeds'
5import { exists, isIdOrUUIDValid, isIdValid, toCompleteUUID } from '../../helpers/custom-validators/misc' 5import { exists, isIdOrUUIDValid, isIdValid, toCompleteUUID } from '../../helpers/custom-validators/misc'
6import { buildPodcastGroupsCache } from '../cache' 6import { buildPodcastGroupsCache } from '../cache'