Обновление 1.0
Some checks failed
Build and Push Docker Image / test (push) Has been cancelled
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
brusnitsyn
2026-01-13 18:54:48 +09:00
parent bb36ef3a40
commit 76c5f6705e
7 changed files with 164 additions and 19 deletions

View File

@@ -31,6 +31,8 @@ Route::prefix('archive')->group(function () {
});
});
Route::post('check', [\App\Http\Controllers\ArchiveInfoController::class, 'check']);
Route::post('create', [\App\Http\Controllers\ArchiveInfoController::class, 'store']);
});