Skip to content

Commit

Permalink
CID-2776: fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Aug 6, 2024
1 parent 58618dd commit 36395d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.ResponseStatus
import org.springframework.web.bind.annotation.RestController

@RestController
@RequestMapping("/github")
@RequestMapping("github")
class GitHubWebhookController(private val webhookService: WebhookService) {

private val logger = LoggerFactory.getLogger(GitHubWebhookController::class.java)
Expand Down

0 comments on commit 36395d1

Please sign in to comment.