fixed db errors

This commit is contained in:
2025-12-09 23:15:06 +00:00
parent dc88df23d9
commit 74f72022e0

View File

@@ -58,7 +58,7 @@ func main() {
r.POST("/auth/login", store.Login) r.POST("/auth/login", store.Login)
r.POST("/auth/refresh", store.RefreshToken) r.POST("/auth/refresh", store.RefreshToken)
r.GET("/auth/refresh", store.CheckToken) r.GET("/auth/check", store.CheckToken)
r.GET("/spotify/callback", store.CompleteSpotifyAuth) r.GET("/spotify/callback", store.CompleteSpotifyAuth)
r.GET("/spotify/listening", store.ListeningTo) r.GET("/spotify/listening", store.ListeningTo)