Feat telegram notifications (#692)
* Add telegram notifications * fixup! Add telegram notifications * Cleanup
This commit is contained in:
parent
25bdae9ee0
commit
819faf0d18
25 changed files with 1057 additions and 523 deletions
|
|
@ -188,6 +188,10 @@ const registerApiRoutes = (basePath) => {
|
|||
app.use(`${basePath}/search`, require('./routes/search'));
|
||||
app.use(`${basePath}/views`, require('./routes/views'));
|
||||
app.use(`${basePath}/notifications`, require('./routes/notifications'));
|
||||
app.use(
|
||||
`${basePath}/test-notifications`,
|
||||
require('./routes/test-notifications')
|
||||
);
|
||||
};
|
||||
|
||||
// Register routes at both /api and /api/v1 (if versioned) to maintain backwards compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue