We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f615283 commit de58e47Copy full SHA for de58e47
app.js
@@ -1,4 +1,4 @@
1
// in this file create an express application - use the middle-ware built into express
2
// to serve up static files from the public directory (index.html and client.js - you
3
// can also serve up css files from the public directory this way if you want)
4
-// you need to support a '/trucks' endpoint, and a dynamic route for '/trucks:name'
+// you need to support a '/trucks' endpoint, and a dynamic route for '/trucks/:name'
0 commit comments