1
0
Fork 0

fixes to root path endpoint

refactor/models
Matthew 2020-07-04 23:01:37 -04:00
parent 8495560e18
commit ea2a61fddd
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ export default class Root extends Route {
ipv4Address: os.networkInterfaces().enp0s3.filter((r) => r.family === 'IPv4')[0].address,
operatingSystem: {
platform: os.platform(),
kernelVersion: os.version(),
release: os.release(),
},
cpu: {