Перевод на DDD
This commit is contained in:
@@ -129,3 +129,9 @@ Route::prefix('ai')->group(function () {
|
||||
Route::post('/ask', [\App\Http\Controllers\Api\Ai\AiController::class, 'ask']);
|
||||
});
|
||||
|
||||
Route::prefix('/test')->group(function () {
|
||||
Route::prefix('mis')->group(function () {
|
||||
Route::get('patients', [\App\Infrastructure\Http\Controllers\Web\PatientController::class, 'getDepartmentPatient']);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user