Drop all services sending limits to 50.

This commit is contained in:
Martyn Inglis
2016-03-09 14:03:44 +00:00
parent b0074449bd
commit 4a880af8ef
2 changed files with 22 additions and 3 deletions

View File

@@ -28,9 +28,7 @@ from app.models import ApiKey
from app.schemas import (
service_schema,
api_key_schema,
user_schema,
permission_schema,
invited_user_schema
user_schema
)
from app.errors import register_errors