This commit is contained in:
timurgordon 2022-10-24 14:19:24 +03:00
parent 889179bef4
commit 2a73647983
4 changed files with 2347 additions and 2 deletions

View File

@ -1,6 +1,11 @@
import vweb
pub fn render_ticket(qr string) { pub fn render_ticket(qr string) {
slug := qr.all_after_last('_') slug := qr.all_after_last('_')
$tmpl('./ticket.html') $tmpl('./ticket.html')
} }
pub fn (mut app App) index() vweb.Result {
qrs :=
return $vweb.html()
}

2342
vls.log

File diff suppressed because one or more lines are too long