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/config.php | |
parent | Support array as config.allowed_origin (diff) |
First attempt
Diffstat (limited to 'src/config/config.php')
-rw-r--r-- | src/config/config.php | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ -<?php - -return [ - - 'default_format' => 'json', - - 'formats' => [ - - 'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat', - - ], - - 'allowed_origin' => 'http://local.botleagues.camilstaps.nl' - -]; |