feat: update URI to match standard in GitLab issues

This commit is contained in:
2026-05-28 15:35:22 +08:00
parent 243283b788
commit 7032343487
@@ -6,7 +6,7 @@ import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping("/webhook")
@RequestMapping("/webhooks")
public class WebhookController {
private static final Logger log = LoggerFactory.getLogger(WebhookController.class);