RadicalImaging / Static-DICOMWeb

MIT License
38 stars 15 forks source link

Update usage docs to ensure `index.json.gz` files are read #25

Closed Georift closed 1 year ago

Georift commented 1 year ago

When running the command npx http-server -p 5000 -g --cors when the DICOMWeb request is made to GET /studies a directory listing is displayed as index.html does not exist.

Adding the option -e json will make sure the directory listing isn't shown but instead the index.json.gz will be returned.