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

Releases: HospitalRun/hospitalrun-server-routes

0.9.2

09 Mar 21:46
Compare
Choose a tag to compare

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

02 Mar 22:18
Compare
Choose a tag to compare

Fiix for user deletion.

0.9.0

23 Feb 17:54
Compare
Choose a tag to compare

Consolidated code pulled from HospitalRun server and HospitalRun frontend.