© 2026 Hedgehog Software, LLC
export const uuidRegExp = /[0-9a-fA-F]{32}/ const routesRegExp = [ new RegExp(`^/api/users/${uuidRegExp.source}/`) ] if (routesRegExp.some(regExp => regExp.test(event.path))) { await authorizeSelf(event) }
getRouterParam(event, 'id')