aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/api.php2
1 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 /////////////////////////////////////////////////////////////