From ff6a79dec5c7a0ae2377c17f64171cdea805e40d Mon Sep 17 00:00:00 2001 From: abatos Date: Fri, 10 Nov 2017 21:18:31 -0500 Subject: Fix entity route file The route file for the entity event use case had an extra quote which was causing parser exceptions. Change-Id: I6c3902051ad33ea5b4e0534f5258c470a4991908 Issue-Id: AAI-461 Signed-off-by: Adrian Batos --- data-router/dynamic/routes/entity-event.route | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-router/dynamic/routes/entity-event.route b/data-router/dynamic/routes/entity-event.route index 4af2941..7d2de39 100755 --- a/data-router/dynamic/routes/entity-event.route +++ b/data-router/dynamic/routes/entity-event.route @@ -1,4 +1,4 @@ - + -- cgit 1.2.3-korg