Added metrics route

This commit is contained in:
2025-06-17 12:05:58 +02:00
parent 4844e946d3
commit cbafd785b9
8 changed files with 173 additions and 56 deletions

6
model/urls.go Normal file
View File

@@ -0,0 +1,6 @@
package model
const (
GEO_URL = "https://api.openweathermap.org/geo/1.0/direct"
WTR_URL = "https://api.openweathermap.org/data/3.0/onecall"
)