Commit 561f7ab1 authored by Simon Pastor's avatar Simon Pastor
Browse files

duplicate listen in example

parent 80668cd4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ func main() {
		registerLocServ("ue2-ext")
		registerLocServ("ue1")

	        http.ListenAndServe(":80", handlers.CORS(methods, header)(router))
		log.Fatal(http.ListenAndServe(":80", handlers.CORS(methods, header)(router)))

		run = false