update perbaikan pos, return, dan report profit nlost
All checks were successful
All checks were successful
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
|
||||
Route::middleware(['auth:sanctum'])->prefix('v1')->name('api.')->group(function () {
|
||||
Route::apiResource('branches', Multibranch\AcnooBranchController::class)->except('show');
|
||||
Route::get('/switch-branch/{id}', [Multibranch\AcnooBranchController::class, 'switchBranch']);
|
||||
Route::get('/exit-branch/{id}', [Multibranch\AcnooBranchController::class, 'exitBranch']);
|
||||
Route::get('/switch-branch/{id}', [Multibranch\AcnooBranchController::class, 'switchBranch'])->name('branches.switch');
|
||||
Route::get('/exit-branch/{id}', [Multibranch\AcnooBranchController::class, 'exitBranch'])->name('branches.exit');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user