mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:57:08 +00:00
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.
5 lines
45 B
JavaScript
5 lines
45 B
JavaScript
|
|
module.exports = {
|
|
get: require('./get')
|
|
}
|