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:
Chris Hill-Scott
2020-06-26 13:46:32 +01:00
parent 7e85e37e1d
commit 59aba018bd
2 changed files with 27 additions and 2 deletions

View File

@@ -249,7 +249,6 @@ class ServiceSchema(BaseSchema):
'inbound_number',
'inbound_sms',
'letter_logo_filename',
'rate_limit',
'returned_letters',
'users',
'version',