평면도 상세 화면 추가

This commit is contained in:
yangsh
2025-12-26 18:02:57 +09:00
parent 06e266425c
commit ab39be9602
5 changed files with 181 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ $routes->group('article', ['namespace' => 'App\Controllers\Article'], function (
// 아파트 평면도
$routes->get('apt/lists2', 'Ground::lists');
$routes->get('apt/ground/detail/(:num)/(:num)', 'Ground::detail/$1/$2');
/**
* 아파트 평면도 - API