Update WSGI_APPLICATION to point to the updated location of the wsgi script
[htsworkflow.git] / htsworkflow / frontend / thispage.py
1 def thispage(request):
2     return {'thispage': request.get_full_path()}