Эх сурвалжийг харах

Merge branch 'LocalWyp'

# Conflicts:
#	AnsjerPush/urls.py
chanjunkai 5 жил өмнө
parent
commit
a877971ea5

+ 1 - 1
AnsjerPush/urls.py

@@ -15,7 +15,7 @@ Including another URLconf
 """
 from django.contrib import admin
 from django.urls import path
-from Controller import DetectController,ShadowController
+from Controller import DetectController,ShadowController,testController
 
 
 urlpatterns = [

+ 5 - 0
Controller/testController.py

@@ -0,0 +1,5 @@
+from django.http import HttpResponse
+
+
+def index(request):
+    return HttpResponse("测试成功!")