Explorar el Código

Remove reference to removed endpoints

Lu Stadler %!s(int64=7) %!d(string=hace) años
padre
commit
0f41adbf25
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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>