Merge pull request 'chore: added log' (#4) from project-init into staging
Reviewed-on: #4
This commit is contained in:
commit
ab7952af02
@ -7,6 +7,8 @@ const app: Express = express()
|
||||
const port = process.env.PORT || 3000
|
||||
|
||||
app.get('/', (req: Request, res: Response) => {
|
||||
console.log(`Request to '/' route received.`)
|
||||
|
||||
res.send('Cellar Social API is alive and kicking!')
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user