Bumped v release; files are now served properly

This commit is contained in:
Jef Roosens 2022-01-31 21:14:43 +01:00
parent 3c0b7156c1
commit 8a0beffbe2
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
5 changed files with 11 additions and 10 deletions

View file

@ -262,7 +262,6 @@ pub fn (mut ctx Context) file(f_path string) Result {
if ctx.done {
return Result{}
}
ctx.done = true
if !os.is_file(f_path) {
return ctx.not_found()