I'm trying to understand what route paths I want to use so I can have access to specific CRUD functionalities where I want them. I'm getting confused because I want to have post functionality for two different routes on the same page as well as both get index routes on another page.
Post any code you think might be relevant (one fenced block per file)
If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?
What is your best guess as to the source of the problem?
What things have you already tried to solve the problem?
What stack are you using?
(ex: MERN(mongoose + react), DR(django + react), PEN, etc.)
PERN
What's the problem you're trying to solve?
I'm trying to understand what route paths I want to use so I can have access to specific CRUD functionalities where I want them. I'm getting confused because I want to have post functionality for two different routes on the same page as well as both get index routes on another page.
Post any code you think might be relevant (one fenced block per file)
If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?
What is your best guess as to the source of the problem?
What things have you already tried to solve the problem?