This repository has been archived by the owner on Sep 13, 2019. It is now read-only.
Releases: HospitalRun/hospitalrun-server-routes
Releases · HospitalRun/hospitalrun-server-routes
0.9.2
Added 2 new routes:
newrelic -- If NewRelic is configured for your server, this route will setup the HospitalRun app to use New Relic's page load timing. To use this route your config will need the following declaration:
config.newrelic = require('newrelic');
server-info -- This route is used by the "About HospitalRun" dialog in the frontend. If text is in config.serverInfo, this route will return that value.
0.9.1
0.9.0
Consolidated code pulled from HospitalRun server and HospitalRun frontend.