Add delete route for bots. Closes #8.
This commit is contained in:
@@ -6,6 +6,7 @@ mod fetch_public;
|
||||
mod fetch;
|
||||
mod fetch_owned;
|
||||
mod edit;
|
||||
mod delete;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes![
|
||||
@@ -15,5 +16,6 @@ pub fn routes() -> Vec<Route> {
|
||||
fetch::fetch_bot,
|
||||
fetch_owned::fetch_owned_bots,
|
||||
edit::edit_bot,
|
||||
delete::delete_bot,
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user