diff options
Diffstat (limited to 'code/api/Pages/Home.cshtml')
| -rw-r--r-- | code/api/Pages/Home.cshtml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/code/api/Pages/Home.cshtml b/code/api/Pages/Home.cshtml new file mode 100644 index 0000000..457ba2f --- /dev/null +++ b/code/api/Pages/Home.cshtml @@ -0,0 +1,12 @@ +@page +@model I2R.Storage.Api.Pages.Home + +@{ + ViewData["Title"] = "Home"; +} + +<h1>Welcome</h1> + +<pre> +Id: @(HttpContext.User.FindFirst("AppClaims.USER_ID").Value) +</pre>
\ No newline at end of file |
