mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 21:56:22 +00:00
fix: add response status to pull method #13903
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
9f5364a738
commit
9f94ee3bc7
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ module Api
|
|||
end
|
||||
|
||||
GitPullJob.perform_later(site, usuarie, message)
|
||||
|
||||
head :ok
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -476,7 +476,7 @@ es:
|
|||
message: 'Actualización del esqueleto'
|
||||
webhooks_controller:
|
||||
pull:
|
||||
message: 'Actualización desde Webhooks'
|
||||
message: 'Pull de webhooks'
|
||||
footer:
|
||||
powered_by: 'es desarrollada por'
|
||||
i18n:
|
||||
|
|
Loading…
Reference in a new issue