Files
golunteer/backend/main.go
2025-01-07 16:37:37 +00:00

10 lines
116 B
Go

package main
import (
"github.com/johannesbuehl/golunteer/backend/pkg/router"
)
func main() {
router.Listen()
}