]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/ImplantedSmall.hs
Implemented fallback handler.
[Lucu.git] / examples / ImplantedSmall.hs
index 1a652111237fba6fa022ed50af437a3a29a80355..9ee3466e1217c39fb4bbda99fa611137310a5452 100644 (file)
@@ -7,5 +7,5 @@ main = let config    = defaultConfig { cnfServerPort = PortNumber 9999 }
            resources = mkResTree [ ([], smallFile) ]
        in
          do putStrLn "Access http://localhost:9999/ with your browser."
-            runHttpd config resources
+            runHttpd config resources []
                                    
\ No newline at end of file