Introduce database and first endpoint with service/repository #1

Merged
robin merged 6 commits from dev into main 2026-07-10 14:14:05 +02:00
Showing only changes of commit d17eb34c25 - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ func main() {
serviceVersion := "0.1.0"
if err := run(serviceName, serviceVersion); err != nil {
slog.Error("Service crashed", slog.Any("error", err))
slog.Error("Service crashed")
os.Exit(1)
}
}