Newly created routes are not working
rsvijay2009 opened this issue · comments
Please answer these questions when submitting your issue. Thanks!
-
Which commit are you using?
- Cloned the github.com/blue-jay/blueprint/ and developing it in my local machine
-
Which operating system, processor architecture, and Go version are you using (
go env)?OS: `macOS Mojave version 10.14.6` GO: `go version go1.12.7 darwin/amd64` -
What did you do?
-
I am trying to create new routes with blue jay using
jay generate crud/default model:test controller:test view:test. It generated all the necessary files in controller & view. -
But if I hit the
localhost/testit shows me 404 error page
-
-
What did you expect to see?
- Need to create lot of new routes
-
What did you actually see?
- Unable to access the newly created routes
Hi, Could you show us the content of your generated files :
- controller (.go)
-view (.tmpl)