From c36e7a7e707e93a0b710ebe8aa05e933e0f1c8c7 Mon Sep 17 00:00:00 2001 From: eladcon Date: Tue, 19 Dec 2023 17:35:54 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8ab736..719a925 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This repo contains full examples, tested against the most recent releases of Win ### Wing - Generic + - [Hello Wing](./examples/hello-wing) - [HTTP Api Basic Auth](./examples/api-basic-auth/) - [HTTP Api Basic Auth with Middleware](./examples/api-basic-auth-middleware/)