diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-12-20 10:15:36 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-12-20 10:21:46 -0500 |
commit | 0e7b5a7e16a4f807580b152f3de766d1512543f1 (patch) | |
tree | c5b50902b1115e3be89111a53852609e32735227 /src/main/ajsc | |
parent | 382e07e97ccd5f7bd47bdd735143ab3658661a68 (diff) |
Consolidate syncrounous and asyncronous APIs
Gizmo to present a single API, and the mode in which it interacts with
the backend is configurable at deploy time.
Change-Id: Iab96f71c9f99dd1d8d70f01a90478a975c50bff1
Issue-ID: AAI-482
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'src/main/ajsc')
-rw-r--r-- | src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route b/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route deleted file mode 100644 index 40a98bf..0000000 --- a/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route +++ /dev/null @@ -1,4 +0,0 @@ -<route xmlns="http://camel.apache.org/schema/spring" trace="true"> - <from uri="att-dme2-servlet:///inventory-async?matchOnUriPrefix=true" /> - <to uri="cxfbean:crudServicesAsync" /> -</route>
\ No newline at end of file |