We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a2744 commit 90b56b1Copy full SHA for 90b56b1
start/src/main/liberty/config/server.xml
@@ -8,7 +8,8 @@
8
<feature>mpRestClient-1.1</feature>
9
</featureManager>
10
11
- <httpEndpoint host="*" httpPort="${default.http.port}" httpsPort="${default.https.port}" id="defaultHttpEndpoint"/>
+ <httpEndpoint host="*" httpPort="${default.http.port}" httpsPort="${default.https.port}"
12
+ id="defaultHttpEndpoint"/>
13
14
<webApplication location="microprofile-rest-client.war" contextRoot="/"/>
15
</server>
0 commit comments