aboutsummaryrefslogtreecommitdiff
path: root/src/Application.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Application.hs')
-rw-r--r--src/Application.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Application.hs b/src/Application.hs
index d2e7f6b..d0f9704 100644
--- a/src/Application.hs
+++ b/src/Application.hs
@@ -48,7 +48,6 @@ myProcess ps logger dataDir = do
middleware $ staticPolicy (hasPrefix "static" >-> addBase dataDir)
get "/" $ file index_html
- get "/index.html" $ file index_html
get "/serverlist.json" $ json (sort $ HM.keys ps)
get "/server/:server/processlist.json" $ apiGetProcessList ps