diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-16 17:48:52 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-16 17:48:52 +0100 |
| commit | 49cb5a82e7a31f65d0c86ca24dd5f4eb825e6803 (patch) | |
| tree | 791e77df73862f8fc97e3478f025f1375f78df5c /src/Pages/About.cshtml.cs | |
| parent | cccd441e132b687db374b0f04018774298747d7c (diff) | |
| download | lettnytt-49cb5a82e7a31f65d0c86ca24dd5f4eb825e6803.tar.xz lettnytt-49cb5a82e7a31f65d0c86ca24dd5f4eb825e6803.zip | |
feat: Add /om
Diffstat (limited to 'src/Pages/About.cshtml.cs')
| -rw-r--r-- | src/Pages/About.cshtml.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Pages/About.cshtml.cs b/src/Pages/About.cshtml.cs new file mode 100644 index 0000000..b30cd51 --- /dev/null +++ b/src/Pages/About.cshtml.cs @@ -0,0 +1,10 @@ +using Microsoft.AspNetCore.Mvc.RazorPages; + +namespace I2R.LightNews.Pages; + +public class About : PageModel +{ + public void OnGet() { + + } +}
\ No newline at end of file |
