feat: turn generate api

This commit is contained in:
IliaDenisov
2026-02-12 14:27:56 +03:00
parent 67f0fdef61
commit 87291d2760
16 changed files with 192 additions and 51 deletions
+1
View File
@@ -6,5 +6,6 @@ import (
)
func SetupRouter(e handler.CommandExecutor) *gin.Engine {
gin.SetMode(gin.TestMode)
return setupRouter(e)
}