diff options
author | Camil Staps | 2015-05-17 16:44:43 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-17 16:44:43 +0200 |
commit | 1a115cfc53782fd51e55ed86671d10c7c2bb08b2 (patch) | |
tree | a880bcd98ed231dafcac199c57a8b4f2927de3a6 /src/config/botleaguesapi.php | |
parent | Support array as config.allowed_origin (diff) |
First attempt
Diffstat (limited to 'src/config/botleaguesapi.php')
-rw-r--r-- | src/config/botleaguesapi.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/config/botleaguesapi.php b/src/config/botleaguesapi.php new file mode 100644 index 0000000..1df9c5a --- /dev/null +++ b/src/config/botleaguesapi.php @@ -0,0 +1,15 @@ +<?php + +return [ + + 'default_format' => 'json', + + 'formats' => [ + + 'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat', + + ], + + 'allowed_origin' => ['http://botleagues.camilstaps.nl', 'https://botleagues.camilstaps.nl'] + +]; |