|
@@ -30,6 +30,7 @@ $app->configure('auth');
|
|
$app->configure('jwt');
|
|
$app->configure('jwt');
|
|
$app->configure('database');
|
|
$app->configure('database');
|
|
$app->configure('constants');
|
|
$app->configure('constants');
|
|
|
|
+$app->configure('customer');
|
|
|
|
|
|
/*
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
|--------------------------------------------------------------------------
|