add updateDb method
This commit is contained in:
parent
99d50084f2
commit
dd41374467
2 changed files with 17 additions and 0 deletions
|
@ -78,6 +78,7 @@ func main() {
|
|||
})
|
||||
|
||||
g := e.Group("/api")
|
||||
g.GET("/update_db", updateDb)
|
||||
g.GET("/previous_track", previousTrack)
|
||||
g.GET("/next_track", nextTrack)
|
||||
g.GET("/stop", stopPlayback)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue