Files
dougal-software/lib/www/server/api/middleware/admin/diagnostics/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

5 lines
45 B
JavaScript

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