Просмотр исходного кода

Remove reference to removed endpoints

Lu Stadler лет назад: 7
Родитель
Сommit
0f41adbf25
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      go/fake-http/fake-http.go

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

123
			Summary string
123
			Summary string
124
		}{
124
		}{
125
			{URL: "/_log", Summary: "View all received requests with responses"},
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
			{URL: "/_help", Summary: "This help"},
126
			{URL: "/_help", Summary: "This help"},
129
		}
127
		}
130
		fmt.Fprint(w, `<!doctype html>
128
		fmt.Fprint(w, `<!doctype html>