forked from MightyPork/elefren-fork
Fixed website not being nullable, added static version of urls
This commit is contained in:
@@ -43,5 +43,5 @@ pub struct Tag {
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
pub struct Application {
|
||||
pub name: String,
|
||||
pub website: String,
|
||||
pub website: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user