Skip to content

Commit 677a416

Browse files
author
Dennis Labordus
committed
Fixed path, root-path is automatically appended.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent e852b23 commit 677a416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/lfenergy/compas/scl/validator/rest/v1/SclValidatorServerEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
@Authenticated
2727
@ApplicationScoped
28-
@ServerEndpoint(value = "/compas-scl-validator/validate-ws/v1/{" + TYPE_PATH_PARAM + "}",
28+
@ServerEndpoint(value = "/validate-ws/v1/{" + TYPE_PATH_PARAM + "}",
2929
decoders = {SclValidateRequestDecoder.class, SclValidateResponseDecoder.class},
3030
encoders = {SclValidateRequestEncoder.class, SclValidateResponseEncoder.class})
3131
public class SclValidatorServerEndpoint {

0 commit comments

Comments
 (0)