From 9dd3e310de716fe86127c5c46fa4edf66fd41bdf Mon Sep 17 00:00:00 2001 From: AKaliumhexacyanoferrat Date: Fri, 28 Jun 2024 15:49:30 +0200 Subject: [PATCH] Add link to controller template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85d56fc2..45d6aeb2 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ To create a project by using the terminal, create a new folder for your app and |---|---|---| | REST Webservice | `dotnet new genhttp-webservice` | [Webservices](https://genhttp.org/documentation/content/frameworks/webservices/) | | REST Webservice (single file) | `dotnet new genhttp-webservice-minimal` | [Functional Handlers](https://genhttp.org/documentation/content/frameworks/functional/) | +| REST Webservice (controllers) | `dotnet new genhttp-webservice-controllers` | [Controllers](https://genhttp.org/documentation/content/frameworks/controllers) | | Website (Static HTML) | `dotnet new genhttp-website-static` | [Statics Websites](https://genhttp.org/documentation/content/frameworks/static-websites/) | | Single Page Application (SPA) | `dotnet new genhttp-spa` | [Single Page Applications (SPA)](https://genhttp.org/documentation/content/frameworks/single-page-applications/) |