diff options
-rw-r--r-- | engine/lib/api.php | 2 | ||||
-rw-r--r-- | services/api/rest_api.php (renamed from services/api/rest.php) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/api.php b/engine/lib/api.php index d123ff360..6b773138e 100644 --- a/engine/lib/api.php +++ b/engine/lib/api.php @@ -1518,7 +1518,7 @@ function unregister_service_handler($handler) { function rest_handler() { global $CONFIG; - require $CONFIG->path . "services/api/rest.php"; + require $CONFIG->path . "services/api/rest_api.php"; } // Initialisation ///////////////////////////////////////////////////////////// diff --git a/services/api/rest.php b/services/api/rest_api.php index 4d3e39aaa..4d3e39aaa 100644 --- a/services/api/rest.php +++ b/services/api/rest_api.php |