|
|
@@ -15,4 +15,4 @@ use SixShop\System\Middleware\MacroPageMiddleware;
|
|
|
Route::resource('profit_share_receiver', ProfitShareReceiverController::class)
|
|
|
->middleware(['auth', MacroPageMiddleware::class]);
|
|
|
|
|
|
-Route::post('', IndexController::class);
|
|
|
+Route::post('notify', [IndexController::class, 'notify']);
|