docs: add missing comma (#11976)

Add missing comma
This commit is contained in:
Tony Tkachenko
2025-04-04 02:04:32 +02:00
committed by GitHub
parent 4ebd3ce668
commit e6aad5adfc

View File

@@ -239,7 +239,7 @@ export default buildConfig({
// ...
// highlight-start
cors: {
origins: ['http://localhost:3000']
origins: ['http://localhost:3000'],
headers: ['x-custom-header']
}
// highlight-end