Files
dougal-software/lib/www/server/api/middleware/project/summary/index.js
D. Berge 6033b45ed3 Refactor API middleware.
The middleware naming is kept consistent with the HTTP verb that
they handle.
2023-08-23 19:17:20 +02:00

4 lines
46 B
JavaScript

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