mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix test paths
This commit is contained in:
parent
5a3d0650c9
commit
d970837922
2 changed files with 3 additions and 3 deletions
|
@ -192,7 +192,7 @@ class Emailer {
|
|||
},
|
||||
transport: this.transporter,
|
||||
views: {
|
||||
root: join(root(), 'dist', 'server', 'lib', 'emails')
|
||||
root: join(root(), 'dist', 'core', 'lib', 'emails')
|
||||
},
|
||||
subjectPrefix: CONFIG.EMAIL.SUBJECT.PREFIX
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue