feat: allow editing server flags through edit route

This commit is contained in:
Paul Makles
2023-03-11 16:40:23 +00:00
parent 89f1167239
commit b83f6da648
2 changed files with 9 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ pub struct Server {
#[serde(skip_serializing_if = "Option::is_none")]
pub banner: Option<File>,
/// Enum of server flags
/// Bitfield of server flags
#[serde(skip_serializing_if = "Option::is_none")]
pub flags: Option<i32>,