adding spotify api interaction
This commit is contained in:
9
backend/handlers/store.go
Normal file
9
backend/handlers/store.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
type Store struct {
|
||||
DB *gorm.DB
|
||||
}
|
||||
Reference in New Issue
Block a user