add logs
This commit is contained in:
@@ -6,5 +6,6 @@ func RegisterRoutes(mux *http.ServeMux, handler *Handler) {
|
||||
mux.HandleFunc("POST /ingest/csv", handler.IngestCSV)
|
||||
mux.HandleFunc("POST /ingest/excel", handler.IngestExcel)
|
||||
|
||||
mux.HandleFunc("GET /cities", handler.GetCities)
|
||||
mux.HandleFunc("GET /data", handler.GetMeteoData)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user