yukyo0821 3 anni fa
parent
commit
df01c8ec49
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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):