From f64602f9c8ee6f93b77c1cc5157c80b3f969686f Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 7 Oct 2025 19:51:00 +1000 Subject: [PATCH] eryt --- AirportAlphabetGame/Controller.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AirportAlphabetGame/Controller.fs b/AirportAlphabetGame/Controller.fs index 547b2fa..20b9994 100644 --- a/AirportAlphabetGame/Controller.fs +++ b/AirportAlphabetGame/Controller.fs @@ -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()