From e4c7b633ce7c330520660f9dd1f770fbe02dd635 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Mon, 22 Dec 2025 14:41:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Config/Routes.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 6ba30c2..37208f5 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -48,11 +48,11 @@ $routes->group('board', ['namespace' => 'App\Controllers\Board'], function ($rou */ $routes->group('results', ['namespace' => 'App\Controllers\Results'], function ($routes) { /** 화면 */ - $routes->match(['get', 'post'], 'summary/stats_s01', 'Summary::lists'); // 현장확인요약실적 - $routes->match(['get', 'post'], 'dept/stats_d01', 'Dept::lists'); // 현장확인요약실적 - $routes->match(['get', 'post'], 'person/stats_p01', 'Person::lists'); // 현장확인개인별실적 - $routes->match(['get', 'post'], 'assign/stats_a01', 'Assign::lists'); // 현장확인인원별배정현황 - $routes->match(['get', 'post'], 'm409/m409a/stats', 'M409::stats'); // 확인매물일별실적 + $routes->match(['GET', 'POST'], 'summary/stats_s01', 'Summary::lists'); // 현장확인요약실적 + $routes->match(['GET', 'POST'], 'dept/stats_d01', 'Dept::lists'); // 현장확인요약실적 + $routes->match(['GET', 'POST'], 'person/stats_p01', 'Person::lists'); // 현장확인개인별실적 + $routes->match(['GET', 'POST'], 'assign/stats_a01', 'Assign::lists'); // 현장확인인원별배정현황 + $routes->match(['GET', 'POST'], 'm409/m409a/stats', 'M409::stats'); // 확인매물일별실적 /** API - 현장확인조직별실적 */