12 lines
208 B
JavaScript
12 lines
208 B
JavaScript
|
|
/**
|
|
This directory is solely for redirecting futureporn v2 paths
|
|
|
|
ex: /vt/el_xox/vod/20240317T214358Z redirects to /vods/kaovo483w4f4rc1
|
|
*/
|
|
|
|
|
|
module.exports = function ({ redirect }, next) {
|
|
next()
|
|
}
|