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.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config/config.php b/src/config/config.php
new file mode 100644
index 0000000..a622cda
--- /dev/null
+++ b/src/config/config.php
@@ -0,0 +1,13 @@
+<?php
+
+return [
+
+ 'default_format' => 'json',
+
+ 'formats' => [
+
+ 'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat',
+
+ ]
+
+];