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.php15
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'
-
-];