mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Can create a comment
This commit is contained in:
@@ -72,5 +72,8 @@ pub const PATH_POST_IMAGES: &str = "imgpost";
|
||||
/// The path were PDF included with posts should be stored
|
||||
pub const PATH_POST_PDF: &str = "post_pdf";
|
||||
|
||||
/// The page where comments images are stored
|
||||
pub const PATH_COMMENTS_IMAGES: &str = "imgcommentaire";
|
||||
|
||||
/// Maximum requests size (50 Mo)
|
||||
pub const MAX_REQUEST_SIZE: usize = 50000000;
|
||||
pub const MAX_REQUEST_SIZE: usize = 50000000;
|
||||
|
Reference in New Issue
Block a user