update authorization tokens and add/fix create album endpoint

This commit is contained in:
wisplite
2025-11-22 21:19:44 -06:00
parent 062e0d6066
commit 432a9e5229
7 changed files with 40 additions and 12 deletions
+1
View File
@@ -22,6 +22,7 @@ func Init() bool {
&models.Album{},
&models.User{},
&models.AccessToken{},
&models.UserAlbumAccess{},
)
if err != nil {
log.Fatal("failed to migrate database: ", err)