1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

ZIP Imports: Fleshed out continue page, Added testing

This commit is contained in:
Dan Brown
2024-11-03 17:28:18 +00:00
parent c6109c7087
commit 8f6f81948e
6 changed files with 206 additions and 6 deletions

View File

@@ -210,6 +210,7 @@ Route::middleware('auth')->group(function () {
Route::get('/import', [ExportControllers\ImportController::class, 'start']);
Route::post('/import', [ExportControllers\ImportController::class, 'upload']);
Route::get('/import/{id}', [ExportControllers\ImportController::class, 'show']);
Route::post('/import/{id}', [ExportControllers\ImportController::class, 'run']);
Route::delete('/import/{id}', [ExportControllers\ImportController::class, 'delete']);
// Other Pages