Update examples to match
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user