cce8685c by Jeff Balicki

re

1 parent b8548ea1
......@@ -19,6 +19,8 @@ class Cors
return $next($request)->header('Access-Control-Allow-Origin' , 'http://contact.gotenzing.com')
->header('Access-Control-Allow-Methods', 'POST, GET, OPTIONS, PUT, DELETE')
->header('Access-Control-Allow-Headers', 'Content-Type, Accept, Authorization, X-Requested-With');
->header('Access-Control-Allow-Headers', 'Content-Type, Accept, Authorization, X-Requested-With')
->header('Content-type: text/html');
;
}
}
......