From 50c0efe102c90577bf23289b3f1b17060f80d44a Mon Sep 17 00:00:00 2001 From: zakaluka Date: Sat, 8 Jul 2023 19:49:01 -0500 Subject: [PATCH] Add F# HTTP template Signed-off-by: zakaluka --- templates.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 6f731f8..76b191c 100644 --- a/templates.json +++ b/templates.json @@ -403,5 +403,14 @@ "description": "Deep Learning Reference Stack v0.4 for ML workloads", "repo": "https://github.com/intel/stacks-templates-openfaas", "official": "false" + }, + { + "template": "fsharp-httprequest", + "platform": "x86_64", + "language": "F#", + "source": "zakaluka", + "description": "F# HTTP Template", + "repo": "https://github.com/zakaluka/fsharp-httprequest-template", + "official": "false" } -] \ No newline at end of file +]