mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
added SetupWizardTest skelet
This commit is contained in:
@@ -29,6 +29,7 @@ Route::group(['prefix' => 'users'], function () {
|
||||
});
|
||||
|
||||
// Plans
|
||||
// TODO: testy
|
||||
Route::group(['prefix' => 'plans'], function () {
|
||||
Route::get('/{id}/subscribers', [PlanController::class, 'subscribers']);
|
||||
Route::patch('/{id}/update', [PlanController::class, 'update']);
|
||||
@@ -46,6 +47,7 @@ Route::group(['prefix' => 'pages'], function () {
|
||||
});
|
||||
|
||||
// Invoices
|
||||
// TODO: testy
|
||||
Route::group(['prefix' => 'invoices'], function () {
|
||||
Route::get('/{token}', [InvoiceController::class, 'show']);
|
||||
Route::get('/', [InvoiceController::class, 'index']);
|
||||
|
||||
Reference in New Issue
Block a user