forked from jmug/stoatchat
feat: implement creating strikes
feat: add moderator_id to strikes fix: use correct collection for strikes
This commit is contained in:
@@ -158,7 +158,12 @@ fn custom_openapi_spec() -> OpenApi {
|
||||
servers: vec![
|
||||
Server {
|
||||
url: "https://api.revolt.chat".to_owned(),
|
||||
description: Some("Revolt API".to_owned()),
|
||||
description: Some("Revolt Production".to_owned()),
|
||||
..Default::default()
|
||||
},
|
||||
Server {
|
||||
url: "https://revolt.chat/api".to_owned(),
|
||||
description: Some("Revolt Staging".to_owned()),
|
||||
..Default::default()
|
||||
},
|
||||
Server {
|
||||
|
||||
Reference in New Issue
Block a user