Server static files

This commit is contained in:
Maximilian Friedersdorff 2025-01-28 22:08:01 +00:00
parent 2ba0a0024e
commit 73a1c8bc02
7 changed files with 52 additions and 14 deletions

7
go.mod
View file

@ -4,6 +4,7 @@ go 1.23.5
require github.com/yuin/goldmark v1.7.8
require github.com/pelletier/go-toml v1.9.5
require gitea.gwairfelin.com/max/gispatcho v0.1.1
require (
gitea.gwairfelin.com/max/gispatcho v0.1.1
github.com/pelletier/go-toml/v2 v2.2.3
)