Builder_web: Fixed type-errors + usage of correct dream queries helper
This commit is contained in:
parent
8f173295ab
commit
010197d900
1 changed files with 2 additions and 1 deletions
|
@ -476,11 +476,12 @@ let add_routes ~datadir ~cachedir ~configdir =
|
|||
String.concat "/"
|
||||
in
|
||||
let parent = parent ^ "/" in
|
||||
let url = match Dream.queries req with
|
||||
let url = match Dream.all_queries req with
|
||||
| [] -> parent
|
||||
| xs -> parent ^ "?" ^ (Dream.to_form_urlencoded xs)
|
||||
in
|
||||
Dream.redirect ~status:`Temporary_Redirect req url
|
||||
|> Lwt_result.ok
|
||||
in
|
||||
|
||||
let w f req = or_error_response (f req) in
|
||||
|
|
Loading…
Reference in a new issue