Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

0.9.2

Compare
Choose a tag to compare
@jkleinsc jkleinsc released this 09 Mar 21:46
· 32 commits to master since this release

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.