diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-02-12 00:30:54 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-02-12 00:42:28 +0100 |
| commit | 196a2e287432498d22a108df1f39d81d654c32e8 (patch) | |
| tree | f207389710ab248c9a4054d50ac3cdd4967d9802 /src/server/Api/Internal/BaseInternalRoute.cs | |
| parent | beafab8f823570b5c576db1c009ca9838053bd14 (diff) | |
| download | bookmark-thing-196a2e287432498d22a108df1f39d81d654c32e8.tar.xz bookmark-thing-196a2e287432498d22a108df1f39d81d654c32e8.zip | |
feat: Add health endpoint
Diffstat (limited to 'src/server/Api/Internal/BaseInternalRoute.cs')
| -rw-r--r-- | src/server/Api/Internal/BaseInternalRoute.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/Api/Internal/BaseInternalRoute.cs b/src/server/Api/Internal/BaseInternalRoute.cs index b6b532f..e416da7 100644 --- a/src/server/Api/Internal/BaseInternalRoute.cs +++ b/src/server/Api/Internal/BaseInternalRoute.cs @@ -12,4 +12,5 @@ public class BaseInternalRoute : ControllerBase Id = User.FindFirstValue(AppClaims.USER_ID).ToGuid(), Username = User.FindFirstValue(AppClaims.NAME), }; + } |
