forked from cadence/breezewiki
bbb
This commit is contained in:
parent
8b8a9c5e09
commit
01363b366a
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@
|
|||
(log-outgoing dest-url)
|
||||
(define dest-res (easy:get dest-url #:timeouts timeouts))
|
||||
(easy:response-json dest-res)]
|
||||
[license (license-auto wikiname)]))
|
||||
[license (license-auto wikiname)])
|
||||
|
||||
(if (not (jp "/exists" media-detail #f))
|
||||
(next-dispatcher)
|
||||
|
@ -108,7 +108,7 @@
|
|||
(response/output
|
||||
#:code 200
|
||||
(λ (out)
|
||||
(write-html body out))))))
|
||||
(write-html body out)))))))
|
||||
;(module+ test
|
||||
; (check-not-false ((query-selector (attribute-selector 'href "/test/wiki/Ankle_Monitor")
|
||||
; (generate-results-page
|
||||
|
|
Loading…
Reference in a new issue