Override nova route #5462
Unanswered
DanOliveira98
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to overwrite some specific routes of some resources, but when trying to access them it is not working.
Route::post('/{any}/{resource}', [VoucherResourceStoreController::class, 'handle']) ->where([ 'any' => 'nova-api', 'resource' => 'vouchers' ]) ->name('nova.api.');Code not working and ends up going to the default route
Beta Was this translation helpful? Give feedback.
All reactions