Some ci config changes

This commit is contained in:
Jef Roosens 2022-01-12 16:31:27 +01:00
parent 2663cf3dae
commit 95ae66a1cd
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 21 additions and 12 deletions

View file

@ -10,7 +10,7 @@ const port = 8000
const buf_size = 1_000_000
const db_name = 'pieter.db.tar.gz'
const db_name = 'pieter.db'
struct App {
web.Context

View file

@ -268,7 +268,7 @@ pub fn (mut ctx Context) file(f_path string) Result {
return ctx.not_found()
}
ext := os.file_ext(f_path)
// ext := os.file_ext(f_path)
// data := os.read_file(f_path) or {
// eprint(err.msg)
// ctx.server_error(500)