From 1a115cfc53782fd51e55ed86671d10c7c2bb08b2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 17 May 2015 16:44:43 +0200 Subject: First attempt --- src/config/botleaguesapi.php | 15 +++++++++++++++ src/config/config.php | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 src/config/botleaguesapi.php delete mode 100644 src/config/config.php (limited to 'src/config') 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 @@ + 'json', + + 'formats' => [ + + 'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat', + + ], + + 'allowed_origin' => ['http://botleagues.camilstaps.nl', 'https://botleagues.camilstaps.nl'] + +]; diff --git a/src/config/config.php b/src/config/config.php deleted file mode 100644 index cba8c73..0000000 --- a/src/config/config.php +++ /dev/null @@ -1,15 +0,0 @@ - 'json', - - 'formats' => [ - - 'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat', - - ], - - 'allowed_origin' => 'http://local.botleagues.camilstaps.nl' - -]; -- cgit v1.2.3