feat: update URI to match standard in GitLab issues
This commit is contained in:
@@ -6,7 +6,7 @@ import org.slf4j.LoggerFactory;
|
|||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/webhook")
|
@RequestMapping("/webhooks")
|
||||||
public class WebhookController {
|
public class WebhookController {
|
||||||
|
|
||||||
private static final Logger log = LoggerFactory.getLogger(WebhookController.class);
|
private static final Logger log = LoggerFactory.getLogger(WebhookController.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user