Allow cach-control in example app to work with rapidoc

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
Alexandre Bodin 2020-11-03 15:59:37 +01:00
parent b335a859d9
commit 0e1595d629

View File

@ -0,0 +1,7 @@
module.exports = {
settings: {
cors: {
headers: ['Content-Type', 'Authorization', 'Origin', 'Accept', 'Cache-Control'],
},
},
};