[fix] fix importin

This commit is contained in:
kwaroran
2023-07-01 03:31:30 +09:00
parent 2da41b5ac4
commit 443511d925
4 changed files with 81 additions and 38 deletions

View File

@@ -14,7 +14,6 @@ use std::time::Duration;
use serde_json::json;
use std::collections::HashMap;
#[tauri::command]
async fn native_request(url: String, body: String, header: String, method:String) -> String {
let headers_json: Value = match serde_json::from_str(&header) {