Fatal broke (refactor)
This commit is contained in:
4
src/url/recover.rs
Normal file
4
src/url/recover.rs
Normal file
@ -0,0 +1,4 @@
|
||||
pub fn recover() -> (String, StatusCode, HeaderValue) {
|
||||
let restype: HeaderValue = "text/html".parse().unwrap();
|
||||
(build_html(RECOVER_HTML), StatusCode::OK, restype)
|
||||
}
|
Reference in New Issue
Block a user