diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/.gitkeep | 0 | ||||
-rw-r--r-- | src/config/botleaguesapi.php | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/src/config/.gitkeep b/src/config/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/config/.gitkeep 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'] + +]; |