chore: make more generic

This commit is contained in:
Edward Langley
2025-11-15 13:08:34 -08:00
parent 33ca326f2d
commit c39916ee0b
4 changed files with 167 additions and 113 deletions

View File

@ -14,7 +14,9 @@ http {
location / {
add_header "Content-Type" "text/html";
howto "GET";
sqlite_db "db.sqlite3";
sqlite_query "SELECT id, name, address FROM person";
sqlite_template "person.hbs";
}
}
}