diff --git a/api/app/Config/routes.php b/api/app/Config/routes.php index 7982b284e..f0279c632 100644 --- a/api/app/Config/routes.php +++ b/api/app/Config/routes.php @@ -24,6 +24,7 @@ * Load the API / REST routes */ Router::mapResources('monitors'); + Router::mapResources('zones'); Router::parseExtensions(); /**