5 lines
113 B
Python
5 lines
113 B
Python
from revproxy.views import ProxyView
|
|
|
|
class DiagrammProxyView(ProxyView):
|
|
upstream = "http://svckroki:8000/"
|