release
Showing
2 changed files
with
3 additions
and
1 deletions
... | @@ -2,6 +2,8 @@ | ... | @@ -2,6 +2,8 @@ |
2 | 2 | ||
3 | use Illuminate\Support\Facades\Route; | 3 | use Illuminate\Support\Facades\Route; |
4 | 4 | ||
5 | header("Access-Control-Allow-Origin: *"); | ||
6 | |||
5 | /* | 7 | /* |
6 | |-------------------------------------------------------------------------- | 8 | |-------------------------------------------------------------------------- |
7 | | API Routes | 9 | | API Routes | ... | ... |
-
Please register or sign in to post a comment