diff --git a/config/cors.ts b/config/cors.ts index 7e8ce32..1fec715 100755 --- a/config/cors.ts +++ b/config/cors.ts @@ -44,9 +44,7 @@ const corsConfig: CorsConfig = { | one of the above values. | */ - origin: (origin => { - return origin.includes('arthurdanjou.fr') - }), + origin: '*', /* |--------------------------------------------------------------------------