Cleanup redundant yaml fragments;Added more list items to Fastify
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -13,6 +13,16 @@ fastify.get('/', async (request, reply) => {
|
||||
component: 'VI_IT_SRV_LIN_UBUNTU',
|
||||
version: '1.3.0',
|
||||
os: 'Ubuntu 18.04 LTS'
|
||||
},
|
||||
{
|
||||
component: 'VI_IT_SRV_WIN',
|
||||
version: '3.9.1',
|
||||
os: 'Windows Server 2019 Enterprise'
|
||||
},
|
||||
{
|
||||
component: 'VI_IT_CLT_WIN',
|
||||
version: '3.6.0',
|
||||
os: 'Windows 10 IoT Enterprise'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user