This commit is contained in:
2026-02-28 19:09:24 +01:00
parent b76d086824
commit 9d8d5a0804
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ func NewRouter(
func (r *Router) Init() *chi.Mux {
router := chi.NewRouter()
router.Use(CORSMiddleware)
router.Get("/", r.rootController.Index)
router.Get("/software", r.softwareController.Index)