bullet_train-outgoing_webhooks-api 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d1dcf8e1fa9328862e8cf38e8522825b823dd03407b47c142e90223d655565c
|
4
|
+
data.tar.gz: d44193115033570f9a06400f54ab7fe79ad2d4c6863ad51f1cf1eaefe3dcf687
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37d66efb78e4d82291a8b7e856a214b4ceeac7a7c5c4ab5238125efaa5c2290763ed840c4225140e276fc883d8f9b05bba2b9c3f8335cf93c2bfd4596484a61b
|
7
|
+
data.tar.gz: da7d83075169233051b0e3d28e4420a8f77d57f674b5265a4ad0078db439f47765bc0f4277c2e640078c6801e15fe38be7a11696e517724f565aaf269cf519b1
|
@@ -5,6 +5,7 @@ module BulletTrain
|
|
5
5
|
initializer "bullet_train.outgoing_webhooks.register_api_endpoints" do |app|
|
6
6
|
if BulletTrain::Api
|
7
7
|
BulletTrain::Api.endpoints << "Api::V1::Webhooks::Outgoing::EndpointsEndpoint"
|
8
|
+
BulletTrain::Api.endpoints << "Api::V1::Webhooks::Outgoing::DeliveriesEndpoint"
|
8
9
|
BulletTrain::Api.endpoints << "Api::V1::Webhooks::Outgoing::DeliveryAttemptsEndpoint"
|
9
10
|
end
|
10
11
|
end
|