Fix todo load error

db4
Slava Pestov 2008-04-23 00:54:41 -05:00
parent 2f2d31a623
commit 3be7f29b25
1 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,7 @@ http.server.components http.server.components.farkup
http.server.forms http.server.templating.chloe
http.server.boilerplate http.server.crud http.server.auth
http.server.actions http.server.db
http.server.auth.login
http.server
webapps.factor-website ;
IN: webapps.todo
@ -78,8 +79,6 @@ TUPLE: todo-responder < dispatcher ;
: init-todo ( -- )
test-db [
init-todo-table
init-users-table
init-sessions-table
] with-db
<dispatcher>