You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/test it 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
The text was updated successfully, but these errors were encountered:
Please answer these questions when submitting your issue. Thanks!
Which commit are you using?
Which operating system, processor architecture, and Go version are you using (
go env
)?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/test
it shows me 404 error pageWhat did you expect to see?
What did you actually see?
The text was updated successfully, but these errors were encountered: