aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorCamil Staps2015-05-07 12:13:40 +0300
committerCamil Staps2015-05-07 12:13:40 +0300
commit64672ee5cb36be604da9269a0e86416560ebc4fd (patch)
tree28d4ef97f63ab336e3b8c3f7ad002611efc66389 /src/config
parentJsonP (diff)
Allow origin for requests config option
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.php4
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'
];