aboutsummaryrefslogtreecommitdiffstats
path: root/config/cors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config/cors.ts')
-rw-r--r--config/cors.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cors.ts b/config/cors.ts
index 911326f..ebb47aa 100644
--- a/config/cors.ts
+++ b/config/cors.ts
@@ -1,4 +1,4 @@
1import { defineConfig } from '@adonisjs/cors' 1import { defineConfig } from '@adonisjs/cors';
2 2
3const corsConfig = defineConfig({ 3const corsConfig = defineConfig({
4 /* 4 /*
@@ -122,6 +122,6 @@ const corsConfig = defineConfig({
122 | 122 |
123 */ 123 */
124 maxAge: 90, 124 maxAge: 90,
125}) 125});
126 126
127export default corsConfig 127export default corsConfig;