From 64672ee5cb36be604da9269a0e86416560ebc4fd Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 7 May 2015 12:13:40 +0300 Subject: Allow origin for requests config option --- src/config/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/config/config.php') 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' ]; -- cgit v1.2.3