Merge branch 'feature/template' of http://192.168.10.243:3000/owrainfo/confirms into feature/template
This commit is contained in:
@@ -247,3 +247,16 @@ $routes->group('manage', ['namespace' => 'App\Controllers\Manage'], function ($r
|
||||
* 로그인 API
|
||||
*/
|
||||
$routes->post('/login/chkLogin', 'Login::chkLogin');
|
||||
|
||||
|
||||
/*
|
||||
* --------------------------------------------------------------------
|
||||
* Additional Routing
|
||||
* --------------------------------------------------------------------
|
||||
*
|
||||
* 이 영역에서 다른 라우트 파일을 로드할 수 있습니다.
|
||||
*/
|
||||
|
||||
if (is_file($filepath = APPPATH . 'Config/Routes/Api.php')) {
|
||||
require $filepath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user