Skip to content

Commit f9468d2

Browse files
author
Alan Shaw
committed
fix: expose count header
1 parent a140c5e commit f9468d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/src/routes/nfts-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function nftList(event, ctx) {
4343
data.count != null
4444
? {
4545
headers: {
46-
'Access-Control-Allow-Headers': 'Count',
46+
'Access-Control-Expose-Headers': 'Count',
4747
Count: data.count.toString()
4848
}
4949
} : {}

0 commit comments

Comments
 (0)