diff --git a/server/current.go b/server/current.go index 9e9f765..86f6a14 100644 --- a/server/current.go +++ b/server/current.go @@ -15,7 +15,7 @@ import ( func (s *Server) Current(ctx context.Context, in *pb.RequestCurrent) (*pb.SendCurrent, error) { log.Println("'Current' function called...") - url := "https://api.openweathermap.org/data/2.5/weather?" + url := "https://pro.openweathermap.org/data/2.5/weather?" lat, lon := getLocation(in.City, s.ApiKey) units := "&units=imperial" token := "&appid=" + s.ApiKey