feat: bootstrap foundation application
This commit is contained in:
7
apps/server/internal/httpserver/fs.go
Normal file
7
apps/server/internal/httpserver/fs.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package httpserver
|
||||
|
||||
import "io/fs"
|
||||
|
||||
func fsSub(path string) (fs.FS, error) {
|
||||
return fs.Sub(assets, path)
|
||||
}
|
||||
Reference in New Issue
Block a user