Addd server_stats route

pull/3669/head
Isaac Connor 2023-02-27 10:59:14 -05:00
parent e1625f0360
commit 82491b3d81
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
Router::mapResources('cameramodels');
Router::mapResources('monitors');
Router::mapResources('servers');
Router::mapResources('server_stats');
Router::mapResources('snapshots');
Router::mapResources('states');
Router::mapResources('users');