Skip to content

Commit

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

0 comments on commit f935d3b

Please sign in to comment.