Pārlūkot izejas kodu

Remove reference to removed endpoints

Lu Stadler 7 gadi atpakaļ
vecāks
revīzija
0f41adbf25
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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>