Initial attendee management
This commit is contained in:
@@ -31,6 +31,7 @@ export function isPublicApiRequest(method: string, path: string): boolean {
|
||||
normalizedPath === '/api/v1/health'
|
||||
|| matchesPublicPrefix(normalizedPath, '/api/v1/auth')
|
||||
|| matchesPublicPrefix(normalizedPath, '/api/auth')
|
||||
|| matchesPublicPrefix(normalizedPath, '/api/v1/invitations')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user