gpg: Signature made Fri 04 Sep 2026 00:58:11 IST

gpg:                using EDDSA key 25BB975698147F3F76719E0C60B5F0386E3DDB7Egpg:                using EDDSA key 25BB975698147F3F76719E0C60B5F0386E3DDB7E
gpg: Good signature from "ari melody <ari@arimelody.space>" [ultimate]
gpg:                 aka "ari melody <ari@arimelody.me>" [ultimate]
initial design for new chat widget
This commit is contained in:
ari melody 2026-09-04 00:58:11 +01:00
parent 4d0efce2e0
commit eab3c09b8b
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
8 changed files with 359 additions and 17 deletions

View file

@ -73,7 +73,6 @@ func main() {
public := srv.Group("/public")
public.GET("/*path", func(ctx *gin.Context) {
filepath := ctx.Request.URL.Path
log.Printf("serving %s from static FS...", filepath)
http.ServeFileFS(ctx.Writer, ctx.Request, static.PublicFS, filepath)
})