Skip to content

Commit

Permalink
Add dockerfiles configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
delirial committed Aug 1, 2019
1 parent 671e795 commit c9ee245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/services/activities/routers/ActivitiesRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const controller = new ActivitiesController(new ActivitiesMongoRepository());
router.post('/', (req, res) => {
controller.handleAddRequest(req.body)
.then( data => res.json(data) )
.catch()
.catch()
});

router.get('/get-movies',(req,res) => {
Expand Down

0 comments on commit c9ee245

Please sign in to comment.