mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
6 lines
99 B
Ruby
6 lines
99 B
Ruby
Rack::Utils::HTTP_STATUS_CODES.merge!({
|
|
901 => 'Trial Expired',
|
|
902 => 'Account Suspended'
|
|
})
|
|
|