This commit is contained in:
2025-10-05 04:19:21 +02:00
parent 6df63dc4c1
commit f5040fd91e
4 changed files with 158 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import (
"scrap/api"
"scrap/internal/config"
"scrap/internal/db"
"scrap/internal/osm"
)
func main() {
@@ -15,5 +16,7 @@ func main() {
log.SetFlags(log.Lshortfile)
osm.OSM()
api.Setup()
}