diff options
Diffstat (limited to 'endpoints/rest.php')
-rw-r--r-- | endpoints/rest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoints/rest.php b/endpoints/rest.php index 147899865..3a9b03ad2 100644 --- a/endpoints/rest.php +++ b/endpoints/rest.php @@ -45,7 +45,7 @@ $params = $_REQUEST; if (isset($params['auth_token'])) $token = $params['auth_token']; - // TODO EXECUTE + $result = execute_method($method, $params, $token); } // Finally output |