|
@@ -28,8 +28,8 @@ $app->withEloquent();
|
|
$app->configure('api');
|
|
$app->configure('api');
|
|
$app->configure('apollo');
|
|
$app->configure('apollo');
|
|
$app->configure('auth');
|
|
$app->configure('auth');
|
|
-$app->configure('jwt');
|
|
|
|
$app->configure('customer');
|
|
$app->configure('customer');
|
|
|
|
+$app->configure('jwt');
|
|
$app->configure('elasticsearch');
|
|
$app->configure('elasticsearch');
|
|
$app->configure('database');
|
|
$app->configure('database');
|
|
$app->configure('constants');
|
|
$app->configure('constants');
|