Update examples to match

This commit is contained in:
Sasha Koshka
2023-05-26 20:27:59 -04:00
parent 5d5d58544f
commit 9025844212
6 changed files with 18 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ func main () {
http.HandleFunc("/gifs/", gifs)
http.Handle("/gifs/static/", http.StripPrefix("/gifs/static", static))
err := (&service.HTTP { Mount: service.Mount {
err := (&service.HTTP { Mount: service.MountConfig {
Path: "/gifs/",
Name: "Gifs",
Description: "Serves a lot of big gifs on one page.",