Compare commits

..

2 Commits

Author SHA1 Message Date
786bf589d0
refactor: return err from API handlers
Instead of logging + NoContent(http.StatusIntervalServerError).
Gin already logs the error when returned and returns a 500 to the client.
2025-08-24 23:25:24 +01:00
6b5a07aac0
refactor: swap strings with an SQL builder
Adds doug-martin/goqu as dependency.
2025-08-24 23:25:09 +01:00

Diff Content Not Available