clhq-auth-module 1.1.0-alpha.130 → 1.1.0-alpha.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,7 +24,13 @@ let JwtAuthGuard = JwtAuthGuard_1 = class JwtAuthGuard extends (0, passport_1.Au
|
|
|
24
24
|
}
|
|
25
25
|
async canActivate(context) {
|
|
26
26
|
const request = context.switchToHttp().getRequest();
|
|
27
|
-
const publicRoutes = [
|
|
27
|
+
const publicRoutes = [
|
|
28
|
+
'/',
|
|
29
|
+
'/health',
|
|
30
|
+
'/healthcheck',
|
|
31
|
+
'health',
|
|
32
|
+
'healthcheck',
|
|
33
|
+
];
|
|
28
34
|
const internalServiceRoutes = [
|
|
29
35
|
'/media/transcode-video-to-hls',
|
|
30
36
|
'transcode-video-to-hls',
|