blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
481 stars 77 forks source link

Newly created routes are not working #81

Open rsvijay2009 opened 4 years ago

rsvijay2009 commented 4 years ago

Please answer these questions when submitting your issue. Thanks!

  1. Which commit are you using?

    • Cloned the github.com/blue-jay/blueprint/ and developing it in my local machine
  2. 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`
  3. 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

  4. What did you expect to see?

    • Need to create lot of new routes
  5. What did you actually see?

    • Unable to access the newly created routes
aquint-g commented 4 years ago

Hi, Could you show us the content of your generated files :