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 570b24d commit de13717Copy full SHA for de13717
fusion-endpoint/src/main/java/com/vaadin/fusion/FusionController.java
@@ -94,8 +94,8 @@
94
@RestController
95
@Import({ FusionControllerConfiguration.class, FusionEndpointProperties.class })
96
@ConditionalOnBean(annotation = Endpoint.class)
97
-@NpmPackage(value = "@vaadin/fusion-frontend", version = "0.0.15")
98
-@NpmPackage(value = "@vaadin/form", version = "0.0.15")
+@NpmPackage(value = "@vaadin/fusion-frontend", version = "0.0.17")
+@NpmPackage(value = "@vaadin/form", version = "0.0.17")
99
public class FusionController {
100
static final String ENDPOINT_METHODS = "/{endpoint}/{method}";
101
0 commit comments