No Longer supported:
Get ["/"] = parameters => { return View["index"]; };
Changed to:
Get("/", parameters => { return View["index"]; });