mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Deployment WIP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user