aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bffe/server.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/bffe/server.scm b/bffe/server.scm
index 4c24559..2488fef 100644
--- a/bffe/server.scm
+++ b/bffe/server.scm
@@ -438,9 +438,7 @@
body
(http-get
(string->uri
- (string-append event-source "/build/" uuid
- ;; ".json"
- )))))
+ (string-append event-source "/build/" uuid ".json")))))
(case (most-appropriate-mime-type
'(application/json text/html)
mime-types)
@@ -458,7 +456,7 @@
body
(http-get
(string->uri
- (string-append event-source "/agent/" agent-id)))))
+ (string-append event-source "/agent/" agent-id ".json")))))
(case (most-appropriate-mime-type
'(application/json text/html)
mime-types)