Skip to content

Commit

Permalink
fix: 🐛 swagger-ui not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
harshzalavadiya committed Jul 6, 2021
1 parent c0428a6 commit 4c1b4d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
id="WebApp_ID" version="3.0">
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
<display-name>SpeciesModule</display-name>

<welcome-file-list>
<welcome-file>index.json</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>

<listener>
Expand Down

0 comments on commit 4c1b4d1

Please sign in to comment.