First one fails with 404 before making an attempt on the second directory server. ```hs server :: String -> String -> Server (Raw :<|> Raw) server x y = serveDirectoryFileServer x :<|> serveDirectoryFileServer y ```