5 lines
114 B
Python
5 lines
114 B
Python
from revproxy.views import ProxyView
|
|
|
|
class DiagrammProxyView(ProxyView):
|
|
upstream = "http://localhost:8001/"
|