mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 00:02:36 -05:00
Ensure rate limit is in serialised service
Once we start using the serialised service to power the `POST` notifications endpoint it needs to include rate limit to do the rate limit checks.
This commit is contained in:
@@ -249,7 +249,6 @@ class ServiceSchema(BaseSchema):
|
||||
'inbound_number',
|
||||
'inbound_sms',
|
||||
'letter_logo_filename',
|
||||
'rate_limit',
|
||||
'returned_letters',
|
||||
'users',
|
||||
'version',
|
||||
|
||||
Reference in New Issue
Block a user