neeratimounika / gadgets_page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 58.8%Language:HTML 41.2%