NodeJS Express Basics Flashcards
1
Q
Routes
What does a route in Express.js specify?
A
Specifies an HTTP method and defines a path (URI)
https://expressjs.com/en/guide/routing.html
2
Q
A
Routes
What does a route in Express.js specify?
Specifies an HTTP method and defines a path (URI)
https://expressjs.com/en/guide/routing.html