Deployment WIP

This commit is contained in:
2025-02-22 23:35:46 +01:00
parent 574a738868
commit 78277906fe
9 changed files with 83 additions and 17 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ func Generate(ctx echo.Context) error {
return nil
}
return ctx.String(http.StatusInternalServerError, "Error generating code!")
return ctx.String(http.StatusInternalServerError, "Error generating code: " + err.Error())
}
return nil