Set a max age on CORs requests
This commit is contained in:
@ -19,4 +19,5 @@ export const corsConfig = {
|
||||
'capacitor://localhost',
|
||||
'http://localhost',
|
||||
],
|
||||
maxAge: 86400,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user