mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix dnt route
This commit is contained in:
parent
abb2c7927c
commit
d1105b97ef
3 changed files with 4 additions and 4 deletions
|
@ -120,7 +120,7 @@ staticRouter.use('/.well-known/dnt-policy.txt',
|
|||
(_, res: express.Response) => {
|
||||
res.type('text/plain')
|
||||
|
||||
return res.sendFile(join(root(), 'server/static/dnt-policy/dnt-policy-1.0.txt'))
|
||||
return res.sendFile(join(root(), 'dist/server/static/dnt-policy/dnt-policy-1.0.txt'))
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue