diff --git a/config/cors.ts b/config/cors.ts index 994f90f..98b2c86 100755 --- a/config/cors.ts +++ b/config/cors.ts @@ -44,7 +44,7 @@ const corsConfig: CorsConfig = { | one of the above values. | */ - origin: true, + origin: 'https://arthurdanjou.fr', /* |--------------------------------------------------------------------------