diff options
author | Camil Staps | 2015-05-07 12:13:40 +0300 |
---|---|---|
committer | Camil Staps | 2015-05-07 12:13:40 +0300 |
commit | 64672ee5cb36be604da9269a0e86416560ebc4fd (patch) | |
tree | 28d4ef97f63ab336e3b8c3f7ad002611efc66389 /src/config | |
parent | JsonP (diff) |
Allow origin for requests config option
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config/config.php b/src/config/config.php index a622cda..cba8c73 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -8,6 +8,8 @@ return [ 'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat', - ] + ], + + 'allowed_origin' => 'http://local.botleagues.camilstaps.nl' ]; |