Records the service ID if present, or if an ADMIN api call the string admin-api.

this is used later in logging of requests.
This commit is contained in:
Martyn Inglis
2016-11-30 10:59:55 +00:00
parent 2ae8967a5f
commit 23ca62a7ac
2 changed files with 3 additions and 4 deletions

View File

@@ -36,8 +36,6 @@ from app.schemas import (
)
from app.service.utils import service_allowed_to_send_to
from app.utils import pagination_links
from app import redis_store
from app.clients import redis
notifications = Blueprint('notifications', __name__)