提交 83314ae1 authored 作者: Chris Harris's avatar Chris Harris

删除-hello-world作为CICD测试

上级 337cb658
......@@ -1213,8 +1213,6 @@ urlpatterns = [
# 易臻发货批次信息
url(r'^inventory/batchno/details/(?P<batch_id>\d+)/$',inventory_views.cat_batchno_details),
# test
url("hello-world/", inventory_views.hello_world)
]
if settings.DEBUG:
......
......@@ -14164,7 +14164,3 @@ def jcs_virtual_stack_binding(batch,stack_binding,company_id):
cur.execute(s)
return data
@csrf_exempt
def hello_world(request):
return HttpResponse("<h1>HelloWorld</h1>")
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论