liweiquan 2 rokov pred
rodič
commit
dbf29be5d5
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      app/routers/files.py

+ 2 - 0
app/routers/files.py

@@ -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):