opendcs / rest_api

Rest API that serves OpenDCS database objects as JSON
Apache License 2.0
1 stars 2 forks source link

Need to get Swagger UI working properly using Tomcat/WAR files. #89

Closed wjonassen closed 7 months ago

wjonassen commented 8 months ago

Swagger UI Works using the jetty implementation, but it does not work when running on Tomcat using a WAR file.

Create a resource file, the same way the rest of the API works, and in the same location, to make the swagger client files available to the client.