restructure application, add get endpoint

This commit is contained in:
katefort 2025-04-21 18:30:12 -05:00
parent 51a34008f1
commit 4ebc663d3b
16 changed files with 266 additions and 165 deletions

View file

@ -1,9 +1,7 @@
package main
import (
"vegan-barcode/internal/api"
)
import "vegan-barcode/internal/api"
func main() {
api.BindRoutes()
api.Start()
}