File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 353353 (string->bytes/utf-8
354354 (add-prefix (format "~a.~a/graph.html " job-id *herbie-commit*))))
355355 (header #"X-Job-Count " (string->bytes/utf-8 (~a (job-count))))
356- (header #"X-Herbie-Job-ID " (string->bytes/utf-8 job-id)))
356+ (header #"X-Herbie-Job-ID " (string->bytes/utf-8 job-id))
357+ (header #"Access-Control-Allow-Origin " (string->bytes/utf-8 "* " )))
357358 '() )]
358359 [timeline
359360 (response 202
360361 #"Job in progress "
361362 (current-seconds)
362363 #"text/plain "
363- (list (header #"X-Job-Count " (string->bytes/utf-8 (~a (job-count)))))
364+ (list (header #"X-Job-Count " (string->bytes/utf-8 (~a (job-count))))
365+ (header #"Access-Control-Allow-Origin " (string->bytes/utf-8 "* " )))
364366 (λ (out)
365367 (display (apply string-append
366368 (for/list ([entry timeline])
You can’t perform that action at this time.
0 commit comments