@@ -67,6 +67,8 @@ def get_dag_content(uri: str):
res = json.loads(file)
return res
+
+# 此接口置于末尾,勿乱动,乱动者砍死
@router.get("/{uri:path}",name="path-convertor")
@sxtimeit
def get_file(uri: str):