Error on route api #1324
Unanswered
brandonsousa
asked this question in
Help
Replies: 1 comment
-
Your question is too vague First of all it should be |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
when I call the index of this route it loads the show from another controller that doesn't even have it, but all other methods are working normally
Route.resource('/contact', 'ContactController').only(['index', 'store', 'show', 'destroy']).middleware('auth')
Beta Was this translation helpful? Give feedback.
All reactions