This commit is contained in:
2025-10-28 23:39:13 +01:00
parent b38e77218e
commit 5560fad92e
3 changed files with 15 additions and 7 deletions
@@ -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)
}