This commit is contained in:
2025-10-07 19:56:48 +10:00
parent f64602f9c8
commit d5e5136de6

View File

@@ -21,7 +21,7 @@ let getJsonResult result =
| Error _ -> failwith "Invalid Json" | Error _ -> failwith "Invalid Json"
| Ok finalResult -> finalResult | Ok finalResult -> finalResult
//Test
let makePostRequest<'x> (url: string) payload = let makePostRequest<'x> (url: string) payload =
async { async {
use httpClient = new HttpClient() use httpClient = new HttpClient()