mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
setup wizard init
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
|
|
||||
*/
|
||||
|
||||
use App\User;
|
||||
use Rinvex\Subscriptions\Models\PlanFeature;
|
||||
// Stripe WebHook
|
||||
Route::post('/stripe/webhook', 'WebhookController@handleWebhook');
|
||||
|
||||
// Deployment Webhook URL
|
||||
// Deployment WebHook URL
|
||||
Route::post('/deploy/github', 'DeployController@github');
|
||||
|
||||
// Get public thumbnails and files
|
||||
|
||||
Reference in New Issue
Block a user