Commit 5cc6c83d authored by Viral Solani's avatar Viral Solani

enable cors

parent 8ffe2517
<?php
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: GET, PUT, POST, DELETE, OPTIONS');
/**
* Laravel - A PHP Framework For Web Artisans.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment