Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newly created routes are not working #81

Open
rsvijay2009 opened this issue Oct 18, 2019 · 1 comment
Open

Newly created routes are not working #81

rsvijay2009 opened this issue Oct 18, 2019 · 1 comment

Comments

@rsvijay2009
Copy link

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
Copy link

aquint-g commented Nov 4, 2019

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

  • controller (.go)
    -view (.tmpl)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants