feat(svg): added svg template delete endpoint
This commit is contained in:
@@ -32,5 +32,8 @@ func InitDB() {
|
||||
}
|
||||
|
||||
func Close() error {
|
||||
if database == nil {
|
||||
return nil
|
||||
}
|
||||
return database.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user