This commit is contained in:
2025-10-07 19:51:00 +10:00
parent 5f415e9b4e
commit f64602f9c8

View File

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