We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64926e7 commit 85f7141Copy full SHA for 85f7141
src/web/handlers/identity.rs
@@ -47,7 +47,6 @@ pub async fn get_file(
47
48
#[post("/upload_file", data = "<file_upload_form>")]
49
pub async fn upload_file(
50
- _identity: IdentityCheck,
51
state: &State<ServiceContext>,
52
file_upload_form: Form<UploadFileForm<'_>>,
53
) -> Result<Json<UploadFilesResponse>> {
0 commit comments