diff --git a/fHDHR_web/api/test.py b/fHDHR_web/api/test.py index a302a2f..c99b96c 100644 --- a/fHDHR_web/api/test.py +++ b/fHDHR_web/api/test.py @@ -16,5 +16,6 @@ class Test(): def get(self, *args): + print("here I am ") - return "%s Success" % method + return "Success"