3 lines
92 B
JavaScript
3 lines
92 B
JavaScript
const { CatalogService } = require('./srv/cat-service')
|
|
module.exports = { CatalogService }
|