Explorar el Código

四季采摘接口增加参数

yf_ymm hace 5 años
padre
commit
b6ba1bc621
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      apps/Equipment/urls.py

+ 2 - 0
apps/Equipment/urls.py

@@ -144,6 +144,8 @@ urlpatterns = [
     url(r'^news_pub$', News_Pub.as_view(), name='news_pub'),
 
     url(r'^sightsee_pub$', Sightsee_Pub.as_view(), name='sightsee_pub'),
+    url(r'^sightsee_photo$', Sightsee_Photo.as_view(), name='sightsee_photo'),
+    
 
     #  我的发布
     url(r'^my_pub$', My_Pub.as_view(), name='my_pub'),