mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(ai): add endpoints to chat with ai service (#8585)
Co-authored-by: Riddhiagrawal001 <riddhi.agrawal2112@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -189,7 +189,8 @@ pub fn mk_app(
|
||||
.service(routes::MerchantAccount::server(state.clone()))
|
||||
.service(routes::User::server(state.clone()))
|
||||
.service(routes::ApiKeys::server(state.clone()))
|
||||
.service(routes::Routing::server(state.clone()));
|
||||
.service(routes::Routing::server(state.clone()))
|
||||
.service(routes::Chat::server(state.clone()));
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user