Fix HTTP method of the server

This commit is contained in:
Andras Schmelczer 2025-12-06 21:25:30 +00:00
parent 66e2fb3768
commit ea603f83fd
4 changed files with 15 additions and 15 deletions

View file

@ -17,4 +17,4 @@ pub const DEFAULT_LOG_ROTATION_INTERVAL: Duration = Duration::from_secs(60 * 60
pub const DEFAULT_MERGEABLE_FILE_EXTENSIONS: &[&str] = &["md", "txt"];
pub const SUPPORTED_API_VERSION: u32 = 1;
pub const SUPPORTED_API_VERSION: u32 = 2;