mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-24 00:31:33 +00:00
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
$(function () {
|
|
Connection.init();
|
|
app = React.renderComponent(ProxyApp, document.body);
|
|
}); |