chenjunkai 6 năm trước cách đây
mục cha
commit
5fd975864e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/MealManage.py

+ 1 - 1
Controller/MealManage.py

@@ -248,7 +248,7 @@ class MealView(View):
                 if q['bucket__area'] not in res:
                     res[q['bucket__area']] = []
                 res[q['bucket__area']].append(q)
-            res['cloudpng'] = 'http://www.dvema.com/web/images/cloud_banner.png'
+            res['cloudpng'] = 'https://www.dvema.com/web/images/cloud_banner.png'
             return response.json(0,res)
         else:
             return response.json(0, [])