All files for deployment ready and tested - further development in this repo.
This commit is contained in:
4
diagramm_proxy/views.py
Normal file
4
diagramm_proxy/views.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from revproxy.views import ProxyView
|
||||
|
||||
class DiagrammProxyView(ProxyView):
|
||||
upstream = "http://localhost:8001/"
|
||||
Reference in New Issue
Block a user