Skip to content

Commit

Permalink
Add newsletter design
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmartyrk committed Mar 19, 2024
1 parent f50c251 commit 0bd18a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/api/internal/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (app) {
const logger = app.get('logger');
const cosEtherpad = app.get('cosEtherpad');
const authApiKey = app.get('middleware.authApiKey');
const emailLib = app.get('email');
// const emailLib = app.get('email');
/**
* Callback API for Pad change events
*/
Expand Down Expand Up @@ -54,7 +54,7 @@ module.exports = function (app) {


app.get('/api/newsletter', (req, res) => {
emailLib.sendNewsletter();
// emailLib.sendNewsletter();

return res.ok();
})
Expand Down

0 comments on commit 0bd18a6

Please sign in to comment.