diff --git a/src/app.ts b/src/app.ts index 4a4bd9a7..e94273bf 100644 --- a/src/app.ts +++ b/src/app.ts @@ -50,7 +50,11 @@ const app = express(); app.use( cors({ - exposedHeaders: [headerNames.arnsResolvedId, headerNames.arnsTtlSeconds], + exposedHeaders: [ + headerNames.arnsResolvedId, + headerNames.arnsTtlSeconds, + headerNames.arnsProcessId, + ], }), );