mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
controller refactoring part 17
This commit is contained in:
@@ -8,7 +8,7 @@ use Domain\SetupWizard\Controllers\StoreDatabaseCredentialsController;
|
||||
use Domain\SetupWizard\Controllers\StoreEnvironmentSettingsController;
|
||||
use Domain\SetupWizard\Controllers\StoreSubscriptionServiceCredentialsController;
|
||||
|
||||
// TODO: create middleware for setup wizard protection after successfull installation
|
||||
// TODO: create middleware for setup wizard protection after successful installation
|
||||
Route::post('/stripe-credentials', StoreSubscriptionServiceCredentialsController::class);
|
||||
Route::post('/environment-setup', StoreEnvironmentSettingsController::class);
|
||||
Route::post('/database', StoreDatabaseCredentialsController::class);
|
||||
|
||||
Reference in New Issue
Block a user