whoops, fix search
* tekuti/page.scm (page-search): * tekuti/web.scm (choose-handler): fix search
This commit is contained in:
parent
88c136e775
commit
8e19b46ec8
2 changed files with 0 additions and 3 deletions
|
@ -295,8 +295,6 @@
|
|||
`(tr (td ,(car pair)) (td ,(cdr pair))))
|
||||
(rref request 'headers))))))
|
||||
|
||||
(define page-search not-implemented)
|
||||
|
||||
(define (page-not-found request index)
|
||||
(rcons* (pk 'not-found request)
|
||||
'status 404
|
||||
|
|
|
@ -107,7 +107,6 @@
|
|||
((GET tags) page-show-tags)
|
||||
((GET tags tag!) page-show-tag)
|
||||
((GET debug) page-debug)
|
||||
((POST search) page-search)
|
||||
(else page-not-found)))
|
||||
|
||||
(define (handle-request request index)
|
||||
|
|
Loading…
Reference in a new issue