Track artist popularity
[brackets.git] / routes / routes.go
CommitLineData
2400eea4
JC
1package routes
2
3import (
4 "net/http"
5)
6
7type Handler func(http.ResponseWriter, *http.Request)