From 1c2c82b0fe18341e0b1c69330a6018c5f62b64ef Mon Sep 17 00:00:00 2001 From: Sophia Date: Fri, 2 Aug 2024 17:19:54 +0100 Subject: [PATCH] updated prod.json with /proposal-end-inngest endpoint (#105) --- server/events/subscribers/prod.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/server/events/subscribers/prod.json b/server/events/subscribers/prod.json index f6012c5b..c5f94cbf 100644 --- a/server/events/subscribers/prod.json +++ b/server/events/subscribers/prod.json @@ -2,16 +2,10 @@ { "url": "https://discord.thelao.io/api/snapshot-webhook" }, - { - "url": "https://thelao.io/api/v1/governance/replicate-proposal-to-another-dao" - }, { "url": "https://thelao.io/api/v1/governance/email-dao-on-create" }, { - "url": "https://thelao.io/api/v1/governance/email-dao-on-end" - }, - { - "url": "https://thelao.io/api/v1/governance/email-sub-dao-on-end" + "url": "https://thelao.io/api/v1/governance/proposal-end-inngest" } ]