X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=server.js;h=7503072af9be7b929ab64f2ad30e101dcae6e858;hb=c70e0710b39b45e1b8b2d043e3d94f59df16b8a8;hp=f4ca539078e86205a90b91ba33339c231d24ac84;hpb=b769007f733769d3afe2d29a3eb23e2e7693f301;p=oweals%2Fpeertube.git diff --git a/server.js b/server.js index f4ca53907..7503072af 100644 --- a/server.js +++ b/server.js @@ -57,7 +57,8 @@ app.use(expressValidator({ customValidators.misc, customValidators.pods, customValidators.users, - customValidators.videos + customValidators.videos, + customValidators.remote.videos ) }))