add service b
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package meteo
|
||||
|
||||
import "net/http"
|
||||
|
||||
func RegisterRoutes(mux *http.ServeMux, handler *Handler) {
|
||||
mux.HandleFunc("GET /weather/{city}", handler.GetMeteoData)
|
||||
}
|
||||
Reference in New Issue
Block a user