Wednesday, 12 April 2017

Static page with url parameters in loopback

I would like a solution for the following problem:

  • I have a client in angular running on gulp in this configuration I can navigate throw my page writing in my browser the following: (for example) localhost:3000/show/05-05-2017/10

  • I have the same client in loopback and it is working with localhost:3000, the problem is when I want to get the same parameter url with loopback localhost:3000/show/05-05-2017/10 I get an error 404 can not get /show/05-05-2017/10

I would like to know some idea where I could find a solution to that or somewhere to look for.

Thank you!



via Bruno

No comments:

Post a Comment