14 lines
242 B
JavaScript
14 lines
242 B
JavaScript
'use strict'
|
|
|
|
const { deprecatedService } = require('..')
|
|
|
|
module.exports = deprecatedService({
|
|
category: 'other',
|
|
route: {
|
|
base: 'cauditor',
|
|
pattern: ':various*',
|
|
},
|
|
label: 'cauditor',
|
|
dateAdded: new Date('2018-02-15'),
|
|
})
|