Skip to content

Commit 37a370e

Browse files
committed
updated default port
1 parent d18d848 commit 37a370e

File tree

1 file changed

+1
-1
lines changed
  • modules/swagger-generator/src/main/webapp/WEB-INF

1 file changed

+1
-1
lines changed

modules/swagger-generator/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<servlet-class>io.swagger.generator.Bootstrap</servlet-class>
4444
<init-param>
4545
<param-name>generator.host</param-name>
46-
<param-value>localhost:8001</param-value>
46+
<param-value>localhost:8080</param-value>
4747
</init-param>
4848
<init-param>
4949
<param-name>generator.protocol</param-name>

0 commit comments

Comments
 (0)