Meteor(React) - Add cron job for aws meteor project

I have added cron job for my meteor app at aws by using following command:

* * * * * curl -v http://example.com/testcron

But looks like it is not working as I am not getting any results which is visible if I am trying to refresh http://example.com/testcron manually.

Also tried ‘/usr/bin/curl’ instead of curl but no effect.

What to do?

Thanks in advance!

Use web app instead of client routers.