5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 22:36:21 +00:00

fixup! feat: rutas

This commit is contained in:
f 2024-02-22 13:31:31 -03:00
parent 6b12e5141c
commit 476ab951bb
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ module Api
module Webhooks module Webhooks
# Recibe webhooks y lanza un PullJob # Recibe webhooks y lanza un PullJob
class PullController < BaseController class PullController < BaseController
include WebhookConcern include Api::V1::Webhooks::Concerns::WebhookConcern
# Trae los cambios a partir de un post de Webhooks: # Trae los cambios a partir de un post de Webhooks:
# (Gitlab, Github, Gitea, etc) # (Gitlab, Github, Gitea, etc)