diff options
Diffstat (limited to 'web/src/js/mitmproxy.js')
-rw-r--r-- | web/src/js/mitmproxy.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/src/js/mitmproxy.js b/web/src/js/mitmproxy.js new file mode 100644 index 00000000..87c45b34 --- /dev/null +++ b/web/src/js/mitmproxy.js @@ -0,0 +1,10 @@ + +mitmproxy = function () { + function init() { + React.renderComponent(Router(), $("#mitmproxy")[0]); + } + var exports = { + init: init, + }; + return exports; +}();
\ No newline at end of file |