aboutsummaryrefslogtreecommitdiff
path: root/src/config/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.php')
-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'
];