Today's Date

Given an app.js file, write an API with path / using express JS that sends today's date as a response in DD-MM-YYYY format.

Export the express instance using default export syntax.

Use Common JS module syntax.