diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 98ac4090ce..27ddc07d50 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,5 +1,4 @@ - live search: timer delay would be nice -- help responder has no way to access { "foo" "bar" } - httpd search tools - hashed generic method dispatch - fix this: diff --git a/contrib/httpd/default-responders.factor b/contrib/httpd/default-responders.factor index ee1a43011f..aa91ab03b7 100644 --- a/contrib/httpd/default-responders.factor +++ b/contrib/httpd/default-responders.factor @@ -17,7 +17,7 @@ global [ ! Javascript source used by ajax libraries "resources" [ [ - "contrib/httpd/resources" resource-path "doc-root" set + "contrib/httpd/resources/" resource-path "doc-root" set file-responder ] with-scope ] add-simple-responder