From e557ff93c26fa590e135818d68c3e3771d1c09d1 Mon Sep 17 00:00:00 2001 From: AlanSimmons Date: Mon, 19 Aug 2024 12:19:57 -0400 Subject: [PATCH] Deprecated validate.py. This file contains only the function validate_application_context, which is handled properly in functions in the hs-ontology-api repository. --- src/ubkg_api/common_routes/{ => deprecated}/validate.py | 4 ++++ 1 file changed, 4 insertions(+) rename src/ubkg_api/common_routes/{ => deprecated}/validate.py (65%) diff --git a/src/ubkg_api/common_routes/validate.py b/src/ubkg_api/common_routes/deprecated/validate.py similarity index 65% rename from src/ubkg_api/common_routes/validate.py rename to src/ubkg_api/common_routes/deprecated/validate.py index d986f9f..0427940 100644 --- a/src/ubkg_api/common_routes/validate.py +++ b/src/ubkg_api/common_routes/deprecated/validate.py @@ -1,3 +1,7 @@ +# August 2024 +# The validate_application_context logic is specific to the HuBMAP/SenNet UBKG context. The functionality has been +# moved to the code base in the hs-ontology-api repository. + from flask import request, abort, jsonify