feat(server): webdav tests pass
This commit is contained in:
parent
aa45cd06e0
commit
c13eda12e0
|
|
@ -1,4 +1,5 @@
|
|||
use readur::webdav_service::{WebDAVService, WebDAVConfig, FileInfo, RetryConfig};
|
||||
use readur::webdav_service::{WebDAVService, WebDAVConfig, RetryConfig};
|
||||
use readur::models::FileInfo;
|
||||
use readur::models::*;
|
||||
use tokio;
|
||||
use chrono::{DateTime, Utc};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
use readur::webdav_service::{WebDAVService, WebDAVConfig, FileInfo};
|
||||
use readur::webdav_service::{WebDAVService, WebDAVConfig};
|
||||
use readur::models::FileInfo;
|
||||
use readur::models::*;
|
||||
use tokio;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue