|
@@ -263,8 +263,7 @@ urlpatterns = [
|
|
#testing....................
|
|
#testing....................
|
|
|
|
|
|
#云存服务统计
|
|
#云存服务统计
|
|
- #url(r'^test/(?P<operation>.*)$', Cloudsum.Cloudsum.as_view()),
|
|
|
|
- url(r'^Cloudsum$', Cloudsum.Cloudsum.as_view()),
|
|
|
|
|
|
+ url(r'^Cloudsum/(?P<operation>.*)$', Cloudsum.Cloudsum.as_view()),
|
|
|
|
|
|
re_path('(?P<path>.*)', LogManager.errorPath),
|
|
re_path('(?P<path>.*)', LogManager.errorPath),
|
|
|
|
|