From 398ae343e6a33fb81f82380b17081b8f9bae328a Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Thu, 20 Jul 2023 20:13:37 +0200 Subject: feat: Fix video loading its full width --- cmd/server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/server/main.go') diff --git a/cmd/server/main.go b/cmd/server/main.go index 1591102..b940145 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -72,7 +72,7 @@ func main() { } r := router.New() - r.GET("/static/{filepath:*}", ext.FileServer(static.Static, "static/")) + r.GET("/static/{filepath:*}", ext.FileServer(static.Static)) // repository var ( -- cgit v1.2.3