18F/identity-idp

View on GitHub
app/services/status_page.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

class StatusPage
  BASE_URL = 'https://status.login.gov/'

  def self.base_url
    BASE_URL
  end
end