From b3cd07e9b89ff96780470c1fdc9d42151426d1fd Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 30 Nov 2022 19:25:57 -0500 Subject: [PATCH] Add snapshots route --- web/api/app/Config/routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/api/app/Config/routes.php b/web/api/app/Config/routes.php index b15545634..63155bce2 100644 --- a/web/api/app/Config/routes.php +++ b/web/api/app/Config/routes.php @@ -36,6 +36,7 @@ Router::mapResources('cameramodels'); Router::mapResources('monitors'); Router::mapResources('servers'); + Router::mapResources('snapshots'); Router::mapResources('states'); Router::mapResources('users'); Router::mapResources('zonepresets');