MCPcopy
hub / github.com/MagicMirrorOrg/MagicMirror / getStartup

Function getStartup

js/server.js:113–113  ·  view source on GitHub ↗
(req, res)

Source from the content-addressed store, hash-verified

111
112 const startUp = new Date();
113 const getStartup = (req, res) => res.send(startUp);
114
115 const getConfig = (req, res) => {
116 const obj = config.hideConfigSecrets ? configObj.redactedConf : configObj.fullConf;

Callers 1

ServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected