Files
dougal-software/lib/www/server/api/middleware/admin/index.js
D. Berge af0df23cc4 Add diagnostics API endpoint.
Only available with write access and above.

Reports used and available filesystem sizes and database space
usage.
2024-05-08 16:27:32 +02:00

4 lines
61 B
JavaScript

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