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 b3a7dff commit 05f8f76Copy full SHA for 05f8f76
README.md
@@ -292,7 +292,7 @@ public class WidgetController$Route implements HttpService {
292
var pathParams = req.path().pathParameters();
293
int id = asInt(pathParams.first("id").get());
294
var result = controller.getById(id);
295
- res.headers().contentType(io.helidon.common.http.HttpMediaType.APPLICATION_JSON);
+ res.headers().contentType(HttpMediaType.APPLICATION_JSON);
296
widgetJsonType.toJson(result, JsonOutput.of(res));
297
}
298
0 commit comments