UNPKG

@defra/wls-eps-api

Version:

The API to support the wildlife licencing of European Protected Species

6 lines (4 loc) 163 B
import SwaggerUI from 'swagger-ui' import 'swagger-ui/dist/swagger-ui.css' import spec from '../openapi/eps-licence.yaml' SwaggerUI({ spec, dom_id: '#swagger' })