16 lines
277 B
JavaScript
16 lines
277 B
JavaScript
'use strict'
|
|
|
|
const { deprecatedService } = require('..')
|
|
|
|
module.exports = [
|
|
deprecatedService({
|
|
category: 'platform-support',
|
|
label: 'php tested',
|
|
route: {
|
|
base: 'php-eye',
|
|
pattern: ':various*',
|
|
},
|
|
dateAdded: new Date('2018-04-20'),
|
|
}),
|
|
]
|