mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
web.texi: fix uri->string invocation
* doc/ref/web.texi (Web Examples): Fix uri->string invocation. Thanks to Romel Sandoval for the report.
This commit is contained in:
parent
8a12aeb919
commit
2ebdf6b555
1 changed files with 1 additions and 1 deletions
|
@ -1575,7 +1575,7 @@ probably know, we'll want to return a 404 response.
|
||||||
(define (not-found request)
|
(define (not-found request)
|
||||||
(values (build-response #:code 404)
|
(values (build-response #:code 404)
|
||||||
(string-append "Resource not found: "
|
(string-append "Resource not found: "
|
||||||
(unparse-uri (request-uri request)))))
|
(uri->string (request-uri request)))))
|
||||||
|
|
||||||
;; Now paste this to let the web server keep going:
|
;; Now paste this to let the web server keep going:
|
||||||
,continue
|
,continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue