Browse Source

210921 fix

yukyo0821 3 năm trước cách đây
mục cha
commit
df01c8ec49
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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):