feat(svg): added svg template delete endpoint
build / Go-Build (push) Successful in 1m23s
build / Go-Build (pull_request) Successful in 1m23s

This commit is contained in:
2026-05-15 17:24:45 +02:00
parent 372bf4f97f
commit e39821a3e2
8 changed files with 82 additions and 4 deletions
+3
View File
@@ -32,5 +32,8 @@ func InitDB() {
}
func Close() error {
if database == nil {
return nil
}
return database.Close()
}