diff options
author | 2024-04-18 14:43:07 +0200 | |
---|---|---|
committer | 2024-04-18 14:46:43 +0200 | |
commit | 27cbb373d661f5f4446e43cdd71e6996c9c19182 (patch) | |
tree | 0aabd599f178dca3c7112fff6f04dbd5b2dbf8b1 /pom.xml | |
parent | 176c445bbeb5e47011ff2ca4816c00dd0f6ea779 (diff) |
Babel service is returning a text/plain content type header with a json response
- return a Content-Type: application/json header for the generate artifacts endpoint
Issue-ID: AAI-3828
Change-Id: Ic5ab0f40e23a5efedb71c4b3d98aff6e523329b8
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.12.3-SNAPSHOT</version> + <version>1.13.0-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> |