Fix HTTP method of the server
This commit is contained in:
parent
66e2fb3768
commit
ea603f83fd
4 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue