diff --git a/collects/handin-server/web-status-server.ss b/collects/handin-server/web-status-server.ss index 29eb119488..aa3716f870 100644 --- a/collects/handin-server/web-status-server.ss +++ b/collects/handin-server/web-status-server.ss @@ -299,8 +299,7 @@ #:manager (make-threshold-LRU-manager (send-error "Your session has expired") (* 12 1024 1024))) (files:make - #:url->path (fsmap:make-url->path (build-path server-dir "htdocs")) - #:indices '("index.html")) + #:url->path (fsmap:make-url->path (build-path server-dir "htdocs"))) (lift:make (send-error "File not found"))))) (provide run)