WuYiPei 5 years ago
parent
commit
6a7bd586e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ansjer/urls.py

+ 1 - 1
Ansjer/urls.py

@@ -202,7 +202,7 @@ urlpatterns = [
     # url(r'^(?P<path>.*)/(?P<UID>.*)/lls$', Test.Test.as_view(), name=u'gg'),
     #testing....................
     re_path('(?P<path>.*)', LogManager.errorPath),
-    #第二版
+    #1
 
 
 ]