diff options
-rw-r--r-- | bffe/server.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bffe/server.scm b/bffe/server.scm index c725d2f..79376d6 100644 --- a/bffe/server.scm +++ b/bffe/server.scm @@ -507,9 +507,8 @@ body (http-get* (string->uri - (string-append event-source "/build/" uuid - ;; ".json" - ))))) + (string-append event-source "/build/" uuid)) + #:headers '((accept . ((application/json))))))) (case (most-appropriate-mime-type mime-types '(application/json text/html)) |