summaryrefslogtreecommitdiffstats
path: root/src/server/Api/Internal/BaseInternalRoute.cs
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-02-12 00:30:54 +0100
committerivarlovlie <git@ivarlovlie.no>2022-02-12 00:42:28 +0100
commit196a2e287432498d22a108df1f39d81d654c32e8 (patch)
treef207389710ab248c9a4054d50ac3cdd4967d9802 /src/server/Api/Internal/BaseInternalRoute.cs
parentbeafab8f823570b5c576db1c009ca9838053bd14 (diff)
downloadbookmark-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.cs1
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),
};
+
}