diff --git a/src/main/scala/code/snippet/ApiExplorer.scala b/src/main/scala/code/snippet/ApiExplorer.scala index d30d3c4c..8233e58f 100644 --- a/src/main/scala/code/snippet/ApiExplorer.scala +++ b/src/main/scala/code/snippet/ApiExplorer.scala @@ -160,7 +160,7 @@ WIP to add comments on resource docs. This code copied from Sofit. logger.info(s"transaction_id in url param is $presetTransactionId") - val presetConnector = S.param("connector").getOrElse("kafka_vSept2018") + val presetConnector = S.param("connector").getOrElse("rabbitmq_vOct2024") logger.info(s"connector in url param is $presetConnector") val queryString = S.queryString diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 0dbc439b..0848ce4e 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -155,7 +155,7 @@

API Explorer

Consent Flow

  • diff --git a/src/main/webapp/media/css/style.css b/src/main/webapp/media/css/style.css index eea84c8b..b7ab577a 100644 --- a/src/main/webapp/media/css/style.css +++ b/src/main/webapp/media/css/style.css @@ -1812,4 +1812,9 @@ details > summary.api_group_item_details_summary{ width: 240px; margin-top: 10px; overflow: hidden; +} + +.inbound-message, +.outbound-message{ + white-space: pre-wrap; } \ No newline at end of file diff --git a/src/main/webapp/message-docs.html b/src/main/webapp/message-docs.html index 4aeac914..9c053073 100644 --- a/src/main/webapp/message-docs.html +++ b/src/main/webapp/message-docs.html @@ -48,10 +48,6 @@

    Message Doc Index

    Message Docs for: -
  • - @@ -117,7 +113,7 @@

    Message Doc

    Description
    -
    Kafka/Akka
    +
    Docs
    Outbound
    Inbound