Explorar el Código

测试更新代码

locky hace 4 años
padre
commit
6dae65ec07
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      azoauth/urls.py

+ 0 - 1
azoauth/urls.py

@@ -39,7 +39,6 @@ urlpatterns = [
     path('distribution/select', distribution.selectConnectNum.as_view()),       #查询连接数并返回url
     path('distribution/storage', distribution.storageConnectNum.as_view()),       #存储连接数
 
-
     #跟设备状态到alexa网关.
     url(r'^deviceStatus/(?P<operation>.*)$', deviceStatus.deviceStatus.as_view()),