http.Error(w,"REST Method: "+r.Method+" not supported. Only supported methods for this endpoint is:\n"+http.MethodPost+"\n"+http.MethodGet,http.StatusNotImplemented)
return
}
}
// handleGetRequest handles GET requests to retrieve readership dashboard for a specific language.