mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Move email templates in assets directory
This commit is contained in:
parent
b4169fe0a4
commit
be19d9be34
31 changed files with 2 additions and 4 deletions
|
@ -264,7 +264,7 @@ class Emailer {
|
|||
},
|
||||
transport: this.transporter,
|
||||
views: {
|
||||
root: join(root(), 'dist', 'core', 'lib', 'emails')
|
||||
root: join(root(), 'dist', 'core', 'assets', 'email-templates')
|
||||
},
|
||||
subjectPrefix: CONFIG.EMAIL.SUBJECT.PREFIX
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue