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:
parent
4d0efce2e0
commit
eab3c09b8b
8 changed files with 359 additions and 17 deletions
|
|
@ -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)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue