Fixes for CORS (#3068)
* fix regression in company name * HasOneThrough for company user * Validation rules for contact email addresses * Force a blank contact if no contacts passed in client * Fixes for COR * Fixes for COR * Fixes for CORS
This commit is contained in:
parent
39dbfb12a9
commit
b3262b00b7
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
namespace App\Http\Middleware;
|
||||
|
||||
use Closure;
|
||||
use Illuminate\Http\Response;
|
||||
use Illuminate\Support\Facades\Response;
|
||||
|
||||
|
||||
class Cors
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue