server.router.routes.GET.forEach(
    function (value) {
      logger.info(value.spec.path)
    }
  )