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