added check token handle

This commit is contained in:
2025-11-30 13:44:20 +00:00
parent dfc59e2c4b
commit 57a6134d24
2 changed files with 21 additions and 2 deletions

View File

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