init commit websocket

This commit is contained in:
2026-01-22 10:23:33 +00:00
parent 52da421301
commit 02d70ee5db
5 changed files with 37 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ func main() {
r.GET("/spotify/recent", store.RecentlyPlayed)
// r.POST("/spotify", store.SendSong)
r.GET("/ws", store.ConnectWebSocket)
r.GET("/notes/*path", store.GetNoteFile)
r.GET("/", func(c *gin.Context) {