jquery-routes
jquery-routes copied to clipboard
Why not have none response?
I type http://localhost:8080/news/111/ use http-server
You are using the wrong syntax for route parameters, change line 14 to:
$.routes.add('/news/{id:int}/', newsModule.fetch);
how to call string?