This repository was archived by the owner on May 16, 2022. It is now read-only.

Description
|
// TODO: Set up CORS |
|
app.use(cors()) |
|
|
|
const contributorsRoute = require('./routes/contributors') |
|
app.use(contributorsRoute()) |
|
// TODO: Add morgan logging |
This issue was generated by todo based on a TODO comment in 43888cc. It's been assigned to @pedrofracassi because they committed the code.