forked from jmug/stoatchat
add github webhook support
This commit is contained in:
@@ -5,6 +5,7 @@ mod webhook_delete;
|
||||
mod webhook_edit;
|
||||
mod webhook_execute;
|
||||
mod webhook_fetch;
|
||||
mod webhook_execute_github;
|
||||
|
||||
pub fn routes() -> (Vec<Route>, OpenApi) {
|
||||
openapi_get_routes_spec![
|
||||
@@ -12,5 +13,6 @@ pub fn routes() -> (Vec<Route>, OpenApi) {
|
||||
webhook_edit::req,
|
||||
webhook_execute::req,
|
||||
webhook_fetch::req,
|
||||
webhook_execute_github::req
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user