瀏覽代碼

210921 fix

yukyo0821 3 年之前
父節點
當前提交
df01c8ec49
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/contents/routes.py

+ 1 - 0
models/contents/routes.py

@@ -100,6 +100,7 @@ class Content(Resource):
             if self.url in data.get('url', ''):
                 result = data
                 result['path'] = file_dir
+                print(result['path'])
                 yield result
 
     def _get_contents(self):