aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/router.jsx
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-13 23:05:12 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-13 23:05:12 +0200
commitd2475e6a146534b5e7aaf2cc7b0b9a75e418415e (patch)
tree47f2ce48a1c03d8ca6414d92a78c764e25a16e3f /web/src/js/router.jsx
parent9bacb6d426a54882235b8d745dbf123c7958c887 (diff)
downloadmitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.tar.gz
mitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.tar.bz2
mitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.zip
web: start gui
Diffstat (limited to 'web/src/js/router.jsx')
-rw-r--r--web/src/js/router.jsx10
1 files changed, 0 insertions, 10 deletions
diff --git a/web/src/js/router.jsx b/web/src/js/router.jsx
deleted file mode 100644
index dc3e729b..00000000
--- a/web/src/js/router.jsx
+++ /dev/null
@@ -1,10 +0,0 @@
-/** @jsx React.DOM */
-
-var Router = React.createClass({
- render: function(){
- return <ReactRouter.Routes location="hash">
- <ReactRouter.Route name="certs" path="/" handler={CertInstallView}/>
- <ReactRouter.Route name="other" path="/other" handler={CertInstallView}/>
- </ReactRouter.Routes>;
- }
-});