refactor: rename script to

This commit is contained in:
Prad Nukala
2024-09-26 13:05:09 -04:00
parent 3638acd216
commit 467d1c9b27
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ import (
//go:embed assets
var embeddedFiles embed.FS
// UseAssets is a middleware that serves static files from the embedded assets
func UseAssets(e *echo.Echo) echo.HandlerFunc {
embFs := http.FS(os.DirFS("assets"))
assets := http.FileServer(embFs)