chenjunkai 6 years ago
parent
commit
c5c65ba0c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Ansjer/urls.py

+ 1 - 0
Ansjer/urls.py

@@ -68,6 +68,7 @@ urlpatterns = [
     url(r'^feedbackInfo', FeedBackInfo.FeedBackInfo.as_view()),  # 用户反馈信息
     url(r'^feedbackInfo', FeedBackInfo.FeedBackInfo.as_view()),  # 用户反馈信息
     url(r'^appInfo', AppInfo.AppInfo.as_view()),  # app版本信息
     url(r'^appInfo', AppInfo.AppInfo.as_view()),  # app版本信息
     url(r'^accesslog', AccessLog.AccessLog.as_view()),
     url(r'^accesslog', AccessLog.AccessLog.as_view()),
+    url(r'^accesslog/instant', AccessLog.InstantLog),
     url(r'^meal/manage', MealManage.MealManage.as_view()),
     url(r'^meal/manage', MealManage.MealManage.as_view()),
     url(r'^device/meal$', DeviceMeal.DeviceMeal.as_view()),
     url(r'^device/meal$', DeviceMeal.DeviceMeal.as_view()),
     url(r'^HlsManage$', HlsManage.HlsManage.as_view()),
     url(r'^HlsManage$', HlsManage.HlsManage.as_view()),