support route handler arguments; add daton::static file server

This commit is contained in:
2020-09-05 08:58:34 -05:00
parent 27ee1a552b
commit 601649e699
18 changed files with 231 additions and 32 deletions

View File

@@ -14,5 +14,5 @@ export default {
session: {
driver: 'database', // memory | database
model: 'http:Session', // required for database
}
},
}