mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 21:37:38 +03:00
test: add static assets handler test
This commit is contained in:
parent
6d6856700b
commit
5014e10c7f
2 changed files with 36 additions and 1 deletions
|
@ -9,5 +9,5 @@ import (
|
|||
type assets struct{}
|
||||
|
||||
func (assets) Open(p string) (fs.File, error) {
|
||||
return os.Open(path.Join("./", p))
|
||||
return os.Open(path.Join("../", p))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue