Use SEND-ERROR instead of MAKE-ERROR-RESPONSE

This commit is contained in:
interp 2003-01-25 13:24:22 +00:00
parent ac28d0c6a2
commit e99acd10ee
1 changed files with 2 additions and 2 deletions

View File

@ -328,8 +328,8 @@
(map car continuations))))
(define (return-to-main-page req)
(send/finish (make-error-response (status-code moved-perm) req
"admin.scm" "admin.scm")))
(send-error (status-code moved-perm) req
"admin.scm" "admin.scm"))
(define (main req)
(show-surflets req))