Files
dougal-software/lib/www/server/api/middleware/rss/index.js
D. Berge 7bb3a3910b Show development activity log.
A button in the help dialogue takes the user to the
/feed/… frontend URL, where the latest development
activity is shown, taken from the GitLab RSS feed
for the project.
2021-05-08 00:46:31 +02:00

5 lines
45 B
JavaScript

module.exports = {
get: require('./get')
}