ohif-viewer/Packages/ohif-wadoproxy/both/initialize.js

7 lines
253 B
JavaScript
Raw Normal View History

import { Meteor } from 'meteor/meteor';
2017-03-09 20:19:05 +01:00
import { OHIF } from 'meteor/ohif:core';
WADOProxy.settings = Object.assign({
2017-03-09 20:19:05 +01:00
uri : OHIF.utils.absoluteUrl("/__wado_proxy"),
}, (Meteor.settings && Meteor.settings.proxy) ? Meteor.settings.proxy : {});