From 26076df94be59b69119afe58d1199680bd461952 Mon Sep 17 00:00:00 2001 From: fanategorius <31000416+fanategorius@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:48:34 +0300 Subject: [PATCH] Update routes.php --- appinfo/routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/appinfo/routes.php b/appinfo/routes.php index 418fd28..a37f716 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -11,6 +11,7 @@ return [ 'routes' => [ ['name' => 'occ#index', 'url' => '/', 'verb' => 'GET'], ['name' => 'occ#cmd', 'url' => '/cmd', 'verb' => 'POST'], + ['name' => 'db#query', 'url' => '/db/query', 'verb' => 'POST'], ['name' => 'occ#list', 'url' => '/cmd', 'verb' => 'GET'], ] ];