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 4024f71 commit 5d573a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?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>TraitsModule</display-name>

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

<listener>
Expand All @@ -17,4 +18,4 @@
<filter-name>GuiceFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
</web-app>
</web-app>

0 comments on commit 5d573a7

Please sign in to comment.