Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Remove unsupported REST formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Sep 30, 2015
1 parent 25b25cc commit 740fb79
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions core/configs/core.ini
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
; Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.

[global]
bootstrap.path = BASE_PATH "/core/Bootstrap.php"
bootstrap.class = "Bootstrap"
bootstrap.path = BASE_PATH "/core/Bootstrap.php"
internationalization = "0"
resources.frontController.controllerDirectory = BASE_PATH "/core/controllers"
resources.frontController.moduleDirectory = BASE_PATH "/modules"
resources.layout.layoutPath = BASE_PATH "/core/layouts"
resources.modules[] = ""
resources.view.scriptPath = BASE_PATH "/core/views"
internationalization = "0"
rest.default = "json"
rest.formats[] = "xml"
rest.formats[] = "json"
rest.formats[] = "html"
rest.formats[] = "php"
uuid = "67a81613-074d-4c9a-afb7-4613f3144a3d"
version = "3.4.1"

Expand Down

0 comments on commit 740fb79

Please sign in to comment.