diff options
author | 2017-12-20 00:06:05 -0500 | |
---|---|---|
committer | 2017-12-20 08:58:23 -0500 | |
commit | c98976b030ed96f41a59d19d8a86717d483973b9 (patch) | |
tree | 0e72c108ef3d236afb93a05088613015a56f9f92 /sparky/dynamic/routes/sparky-core-entityCountHistory.route | |
parent | 090cd5a6aa2f80e833d0f256d4a0ec30dd113486 (diff) |
Update test-config for sparky-be
Change-Id: I8609426198bd70f8a0f8989274c09f013ab4edb4
Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
Issue-ID: AAI-565
Diffstat (limited to 'sparky/dynamic/routes/sparky-core-entityCountHistory.route')
-rw-r--r-- | sparky/dynamic/routes/sparky-core-entityCountHistory.route | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sparky/dynamic/routes/sparky-core-entityCountHistory.route b/sparky/dynamic/routes/sparky-core-entityCountHistory.route new file mode 100644 index 0000000..2505d78 --- /dev/null +++ b/sparky/dynamic/routes/sparky-core-entityCountHistory.route @@ -0,0 +1,4 @@ +<route xmlns="http://camel.apache.org/schema/spring" trace="true"> + <from uri="restlet:/visualization/entityCountHistory?restletMethods=get,post" /> + <to uri="bean:entityCountHistoryProcessor?method=process" /> +</route>
\ No newline at end of file |