From d2e5586792be99646ba6964a4a1ad7d636f03fe6 Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Wed, 8 Feb 2023 14:31:49 +0100 Subject: [PATCH] Updated docs --- Backend-libXML/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Backend-libXML/main.py b/Backend-libXML/main.py index a18f4e3..78fc6cf 100644 --- a/Backend-libXML/main.py +++ b/Backend-libXML/main.py @@ -17,8 +17,8 @@ def process_xml(request: request, type: str) -> str: :param type: Type of needed processing: xsd, xslt or xpath :type type: str :raises ValueError: is raised when type is different than those provided above - :return: response JSON converted to string - :rtype: str + :return: response JSON converted to string and response code + :rtype: str, int """ start = time.time_ns() code = 200