recycleactor commited on
Commit
f741a0d
·
verified ·
1 Parent(s): c0619ea

Upload 2 files

Browse files
Files changed (1) hide show
  1. src/main.rs +1 -1
src/main.rs CHANGED
@@ -1,4 +1,4 @@
1
- use axum::{
2
  routing::{get, post},
3
  http::StatusCode,
4
  http::{HeaderMap, Method, header::{RANGE, CONTENT_RANGE, ACCEPT_RANGES, CONTENT_LENGTH, CONTENT_TYPE}},
 
1
+ use axum::{
2
  routing::{get, post},
3
  http::StatusCode,
4
  http::{HeaderMap, Method, header::{RANGE, CONTENT_RANGE, ACCEPT_RANGES, CONTENT_LENGTH, CONTENT_TYPE}},