From 37fbe121d13b3c03a16e8debea7a089659cd9bdc Mon Sep 17 00:00:00 2001 From: akbarjimi Date: Wed, 10 Mar 2021 13:02:04 +0330 Subject: [PATCH] maybe this will fix the CORS --- config/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/app.php b/config/app.php index d517cdc..57ba658 100644 --- a/config/app.php +++ b/config/app.php @@ -65,6 +65,7 @@ return [ App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, App\Utilities\Zarinpal\Laravel\ZarinpalServiceProvider::class, + Fruitcake\Cors\CorsServiceProvider::class ], 'aliases' => [