mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Can create new choices for a survey
This commit is contained in:
@@ -77,3 +77,6 @@ pub const PATH_COMMENTS_IMAGES: &str = "imgcommentaire";
|
||||
|
||||
/// Maximum requests size (50 Mo)
|
||||
pub const MAX_REQUEST_SIZE: usize = 50000000;
|
||||
|
||||
/// Maximum number of choices per survey
|
||||
pub const MAXIMUM_NUMBER_SURVEY_CHOICES: usize = 20;
|
Reference in New Issue
Block a user