Skip to content

Commit

Permalink
feat: add subscribers
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrein committed Jan 15, 2024
1 parent f5ea3c1 commit b578437
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/events/subscribers/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
{
"url": "https://develop.thelao.io/api/v1/governance/replicate-proposal-to-another-dao"
},
{
"url": "https://develop.thelao.io/api/v1/governance/email-dao-on-create"
},
{
"url": "https://develop.thelao.io/api/v1/governance/email-dao-on-end"
},
Expand Down
3 changes: 3 additions & 0 deletions server/events/subscribers/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
{
"url": "https://thelao.io/api/v1/governance/replicate-proposal-to-another-dao"
},
{
"url": "https://develop.thelao.io/api/v1/governance/email-dao-on-create"
},
{
"url": "https://thelao.io/api/v1/governance/email-dao-on-end"
},
Expand Down

0 comments on commit b578437

Please sign in to comment.