diff options
| author | Joel Stålnacke <joel@saker.fi> | 2025-08-02 18:28:44 +0300 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2025-08-02 18:28:44 +0300 |
| commit | 1790a3f5447907338cdbbfc9f44256cf74f36e31 (patch) | |
| tree | 2afa8a436075ef5be465ae21011696de6890a215 /TJLaskuri.Web/Program.fs | |
| parent | 6b46930cfd23c59a359460c84085e9333aea4521 (diff) | |
Rebrand to Aamukampa
Diffstat (limited to 'TJLaskuri.Web/Program.fs')
| -rw-r--r-- | TJLaskuri.Web/Program.fs | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/TJLaskuri.Web/Program.fs b/TJLaskuri.Web/Program.fs deleted file mode 100644 index 831d8a8..0000000 --- a/TJLaskuri.Web/Program.fs +++ /dev/null @@ -1,23 +0,0 @@ -open Microsoft.AspNetCore.Builder -open Microsoft.Extensions.Hosting -open Falco -open Falco.Routing -open TJLaskuri.Web.Modules - -let endpoints = [ - get "/" Index.get - ] - -[<EntryPoint>] -let main args = - let builder = WebApplication.CreateBuilder(args) - let app = builder.Build() - - app.MapStaticAssets() |> ignore - - app - .UseRouting() - .UseFalco(endpoints) - .Run() - - 0 // Exit code |
