Skip to content
Snippets Groups Projects
Commit 97e2686e authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update swagger

parent 2b53145f
No related branches found
No related tags found
1 merge request!28Swagger
micronaut.openapi.target.file = build/resources/main/swagger/netcdf-swagger.yml micronaut.openapi.target.file = build/classes/java/main/META-INF/swagger/nshmp-netcdf-openapi.yml
...@@ -30,7 +30,7 @@ window.onload = function() { ...@@ -30,7 +30,7 @@ window.onload = function() {
}; };
}, },
ui = SwaggerUIBundle({ ui = SwaggerUIBundle({
url: contextPath + "/swagger/netcdf-services.yml", url: contextPath + "/swagger/nshmp-netcdf-openapi.yml",
dom_id: "#swagger-ui", dom_id: "#swagger-ui",
tagsSorter: 'alpha', tagsSorter: 'alpha',
presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset], presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment