AppEndpoint.name is required for both the client and server
This commit is contained in:
@@ -3,7 +3,7 @@ use canapi::Endpoint;
|
||||
#[derive(Clone, Default, Serialize, Deserialize)]
|
||||
pub struct AppEndpoint {
|
||||
pub id: Option<i32>,
|
||||
pub name: Option<String>,
|
||||
pub name: String,
|
||||
pub website: Option<String>,
|
||||
pub redirect_uri: Option<String>,
|
||||
pub client_id: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user