Selaa lähdekoodia

Remove reference to removed endpoints

Lu Stadler 7 vuotta sitten
vanhempi
commit
0f41adbf25
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      go/fake-http/fake-http.go

+ 0 - 2
go/fake-http/fake-http.go

@ -123,8 +123,6 @@ func main() {
123 123
			Summary string
124 124
		}{
125 125
			{URL: "/_log", Summary: "View all received requests with responses"},
126
			{URL: "/_stub", Summary: "Add a new response stub"},
127
			{URL: "/_stubs", Summary: "View all defined stubs"},
128 126
			{URL: "/_help", Summary: "This help"},
129 127
		}
130 128
		fmt.Fprint(w, `<!doctype html>