|
@@ -153,6 +153,7 @@ func main() {
|
|
r.GET("/fortunes", fortunes)
|
|
r.GET("/fortunes", fortunes)
|
|
r.GET("/update", update)
|
|
r.GET("/update", update)
|
|
r.GET("/plaintext", plaintext)
|
|
r.GET("/plaintext", plaintext)
|
|
|
|
+ log.Print("Listening and serving HTTP\n")
|
|
r.Run(":8080")
|
|
r.Run(":8080")
|
|
}
|
|
}
|
|
|
|
|