Commit 24534fc6 authored by Quxl's avatar Quxl

x

parent 43fcd76a
......@@ -77,7 +77,7 @@ public class WsConfig {
}
@Bean
public Endpoint getShippingNotificationPoint(DNDeletionService deletionService) {
public Endpoint getDNDeletionPoint(DNDeletionService deletionService) {
EndpointImpl endpoint = new EndpointImpl(bus, deletionService);
endpoint.setInInterceptors(Arrays.asList(authInterceptor));
endpoint.publish("/dn_deletion");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment