Skip to content

Commit

Permalink
Merge pull request #15 from leanix/feature/CID-2776/create-a-webhook-…
Browse files Browse the repository at this point in the history
…listener-endpoint

CID-2776: fix endpoint
  • Loading branch information
mohamedlajmileanix authored Aug 6, 2024
2 parents d05f8f4 + 36395d1 commit 4b4e75d
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 4b4e75d

Please sign in to comment.