Skip to content

Commit 90b56b1

Browse files
authored
Update server.xml
1 parent a5a2744 commit 90b56b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

start/src/main/liberty/config/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<feature>mpRestClient-1.1</feature>
99
</featureManager>
1010

11-
<httpEndpoint host="*" httpPort="${default.http.port}" httpsPort="${default.https.port}" id="defaultHttpEndpoint"/>
11+
<httpEndpoint host="*" httpPort="${default.http.port}" httpsPort="${default.https.port}"
12+
id="defaultHttpEndpoint"/>
1213

1314
<webApplication location="microprofile-rest-client.war" contextRoot="/"/>
1415
</server>

0 commit comments

Comments
 (0)