I'm new to Backbone/Marionette. I've started reading documentation which is helping. However, I need some help on this one.
I've been watching our app in Chrome Dev Tools and I see it's contacting a REST endpoint every 5 seconds.
I would like to know which code is actually doing that REST api call and also would like to know which view will be used for the data it received.