mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 15:12:01 +03:00
Fix test.
This commit is contained in:
parent
f1c7f8fa79
commit
14bee8d395
@ -517,11 +517,7 @@ startLowLevel apiRoutes staticHttpCache pages =
|
||||
, errorStatusCode = \_ -> 404
|
||||
, notFoundPage = ()
|
||||
, internalError = \_ -> ()
|
||||
, errorView =
|
||||
\() ->
|
||||
{ title = "Error"
|
||||
, body = Html.text ""
|
||||
}
|
||||
, errorPageToData = \_ -> ()
|
||||
}
|
||||
|
||||
encodedFlags : Encode.Value
|
||||
@ -682,11 +678,7 @@ startWithRoutes pageToLoad staticRoutes staticHttpCache pages =
|
||||
, errorStatusCode = \_ -> 404
|
||||
, notFoundPage = ()
|
||||
, internalError = \_ -> ()
|
||||
, errorView =
|
||||
\() ->
|
||||
{ title = "Error"
|
||||
, body = Html.text ""
|
||||
}
|
||||
, errorPageToData = \_ -> ()
|
||||
}
|
||||
|
||||
encodedFlags : Encode.Value
|
||||
|
Loading…
Reference in New Issue
Block a user