Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 260 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 260 Bytes

Gadgets Page

Given two files app.js and gadgets.html, write an API in app.js file for the path /gadgets that sends the gadgets.html file as a response.

Export the express instance using default export syntax.

Use Common JS module syntax.