Files
dougal-software/lib/www/server/api/middleware/linename/properties/index.js
D. Berge 712b20c596 Add API endpoint to retrieve line name properties.
This will be needed by the configuration GUI.
2025-07-09 16:38:41 +02:00

4 lines
46 B
JavaScript

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