SprintsRouter.prototype.routes = function () {
  this.router.get('/', this.sprints.get.bind(this.sprints))
  return this.router
}