Set a max age on CORs requests

This commit is contained in:
Jackson Harper
2024-08-14 10:19:17 +08:00
parent 48f427401f
commit e0b1a01f8f

View File

@ -19,4 +19,5 @@ export const corsConfig = {
'capacitor://localhost',
'http://localhost',
],
maxAge: 86400,
}