dorset-ics / healthcare-data-exchange

A FHIR based integration and interoperability platform to support a regional healthcare network.
https://dorset-ics.github.io/healthcare-data-exchange/
MIT License
6 stars 6 forks source link

fix: add name for index route #14

Closed liammoat closed 3 months ago

liammoat commented 3 months ago

The index route does not have a name:

image

This breaks the deployment pipeline, as the operation Id is required.

This PR adds a name to the operation, which is used in the swagger generation.