1
0

Add list background information when getting all lists

This commit is contained in:
kolaente
2020-06-16 18:57:08 +02:00
parent 24c1098736
commit ca4d5000ed
2 changed files with 26 additions and 9 deletions

View File

@ -52,6 +52,7 @@ func GetTables() []interface{} {
&TaskAttachment{},
&TaskComment{},
&Bucket{},
&UnsplashPhoto{},
}
}