Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 220 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 220 Bytes

Get a String

Given an app.js file, write an API with path / using express JS to send Express JS text as a response.

Export the express instance using default export syntax.

Use Common JS module syntax.